From 6975cc9d0696da36fb681aa62c3de71642b91d92 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 21 May 2026 17:27:56 +0800 Subject: [PATCH] no message --- root/home/components/AiApply.vue | 16 +++++++++++++--- .../components/rh-ai-super-input/rh-ai-super-input.vue | 2 +- uni_modules/rh-ui/components/rh-apply/rh-apply.vue | 4 +++- 3 files changed, 17 insertions(+), 5 deletions(-) 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(); });