From 8c66ae40db47a9b2832fdcdf53cad43a7c124ee6 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Fri, 7 Mar 2025 20:43:06 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E5=A4=8D=E8=87=AA=E4=B8=BB?= =?UTF-8?q?=E6=9D=90=E6=96=99=E8=A1=A5=E5=85=85=E9=97=AE=E9=A2=98=202?= =?UTF-8?q?=E3=80=81=E5=85=B6=E4=BB=96bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 4 +-- src/pages/signUp/info.vue | 21 ++++++++--- src/pages/signUp/listForCompanySelf.vue | 4 +-- src/pages/signUp/self.vue | 47 ++++++++++++++++++------- src/pages/user/signIn.vue | 3 +- 5 files changed, 56 insertions(+), 23 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 9bff86d..0761191 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,8 +3,8 @@ "appid" : "__UNI__06C03D0", //__UNI__06C03D0 "description" : "", - "versionName" : "1.34.0", - "versionCode" : "249", + "versionName" : "1.34.3", + "versionCode" : "252", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/src/pages/signUp/info.vue b/src/pages/signUp/info.vue index e8fad68..6bb60b8 100644 --- a/src/pages/signUp/info.vue +++ b/src/pages/signUp/info.vue @@ -69,6 +69,10 @@ * + + 查看样例 + @@ -76,6 +80,10 @@ * + + 查看样例 + @@ -343,7 +351,7 @@ - @@ -362,7 +370,7 @@ - 温馨提示:请按实填写,并填写工作单位全称,否则可能影响材料制作 + 温馨提示:请按实填写,仅需填写本单位的工作经历,否则可能影响材料制作 @@ -580,11 +589,12 @@ const openCompanyPicker = () => { } const confirmCompany = ({value}) => { form.value.companyId = value[0].organizationId - form.value.companyName = value[0].organizationName + form.value.companyName = value[0].organizationFullName form.value.companyCode = value[0].organizationCode form.value.industrialPark = value[0].park form.value.zipCode = value[0].zipCode form.value.companyAddress = value[0].province + value[0].city + value[0].region + value[0].comments + currentWorkExp.company = value[0].organizationFullName } const addPopup = ref() @@ -647,10 +657,11 @@ const workExpEndDate = ref(dayjs().valueOf()) const currentWorkExp = ref() const workExpPicker = ref() const openWorkExpPicker = (item = null, index = -1) => { + if (!form.value.companyName) return $toast('请先选择公司') if (item) { currentWorkExp.value = item } else { - if (workExp.value.length === 3) return $toast('最多添加3项') + if (workExp.value.length === 1) return $toast('最多添加1项') currentWorkExp.value = { startDate: null, endDate: null, @@ -822,7 +833,7 @@ const join = async () => { } if (!['初中', '职业高中', '技工学校', '中等专科', '普通高中', '其他'].includes(form.value.education) && !form.value.school) return $toast('请输入毕业院校') - if (!['初中', '普通高中', '其他'].includes(form.value.education) && !form.value.school) + if (!['初中', '普通高中', '其他'].includes(form.value.education) && !form.value.major) return $toast('请输入所学专业') if (hasPaper.value && !form.value.schoolPaper) { return $toast('请上传毕业证') diff --git a/src/pages/signUp/listForCompanySelf.vue b/src/pages/signUp/listForCompanySelf.vue index fbf2c03..454f670 100644 --- a/src/pages/signUp/listForCompanySelf.vue +++ b/src/pages/signUp/listForCompanySelf.vue @@ -39,7 +39,7 @@