diff --git a/root/home/components/AiApply.vue b/root/home/components/AiApply.vue index 9dda7c9..c08ebe9 100644 --- a/root/home/components/AiApply.vue +++ b/root/home/components/AiApply.vue @@ -9,9 +9,19 @@
- - - + + 上传图片 + + + diff --git a/uni_modules/rh-ui/components/rh-ai-super-input/rh-ai-super-input.vue b/uni_modules/rh-ui/components/rh-ai-super-input/rh-ai-super-input.vue index 622780a..554ba32 100644 --- a/uni_modules/rh-ui/components/rh-ai-super-input/rh-ai-super-input.vue +++ b/uni_modules/rh-ui/components/rh-ai-super-input/rh-ai-super-input.vue @@ -14,7 +14,7 @@ background-color: #eee; color: #999; border-radius: 60px; - height: 24px; + height: 24px; text-align: center; line-height: 24px;" > diff --git a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue index 9775874..ef1e95d 100644 --- a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue +++ b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue @@ -192,11 +192,13 @@ export default { }); uni.$on("changeJobInfo", function (data) { that.updateInfo.jobId = data.info.leafCateId; - that.updateInfo.jobName = data.info.title; + that.updateInfo.jobName = data.info.jobName; that.currentJobInfo = data.info; that.jobType = data.info.jobType; console.log("data.info", data.info); + // 立即更新表单列表,确保职位名称及时回显 + that.setFormList(); that.getJobDetail(data.info); that.$forceUpdate(); });