增加填写求职名片下一步限制

This commit is contained in:
2025-12-23 16:44:30 +08:00
parent 7f720eb2ad
commit e05ccf555a

View File

@@ -106,7 +106,7 @@
/>
</view>
<view class="content-sex">
<view class="sex-titile">求职区域</view>
<view class="sex-titile">求职者性别</view>
<view class="sext-ri">
<view
class="sext-box"
@@ -334,8 +334,9 @@ function changeEducation() {
maskClick: true,
data: [oneDictData('education')],
success: (_, [value]) => {
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;