From e05ccf555adfcfd9ceb51cbac76124647931f6cf Mon Sep 17 00:00:00 2001 From: xiebing Date: Tue, 23 Dec 2025 16:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A1=AB=E5=86=99=E6=B1=82?= =?UTF-8?q?=E8=81=8C=E5=90=8D=E7=89=87=E4=B8=8B=E4=B8=80=E6=AD=A5=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 6ed175f..60e41aa 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -106,7 +106,7 @@ /> - 求职区域 + 求职者性别 { - fromValue.area = value.value; + fromValue.education = value.value; state.educationText = value.label; + console.log() }, }); } @@ -388,6 +389,7 @@ function changeJobs() { } function nextStep() { + if(!state.experienceText) return $api.msg('请选择工作经验'); tabCurrent.value += 1; } @@ -456,6 +458,9 @@ function loginTest() { } function complete() { + if(!state.areaText) return $api.msg('请选择求职区域'); + if(!state.jobsText.length) return $api.msg('请选择求职岗位'); + if(!state.salayText) return $api.msg('请选择期望薪资'); $api.createRequest('/app/user/resume', fromValue, 'post').then((resData) => { $api.msg('完成'); getUserResume(); @@ -931,6 +936,7 @@ function complete() { margin-bottom: 52rpx .sex-titile line-height: 80rpx; + color: #6A6A6A; .sext-ri display: flex align-items: center;