增加填写求职名片下一步限制
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view class="content-sex">
|
<view class="content-sex">
|
||||||
<view class="sex-titile">求职区域</view>
|
<view class="sex-titile">求职者性别</view>
|
||||||
<view class="sext-ri">
|
<view class="sext-ri">
|
||||||
<view
|
<view
|
||||||
class="sext-box"
|
class="sext-box"
|
||||||
@@ -334,8 +334,9 @@ function changeEducation() {
|
|||||||
maskClick: true,
|
maskClick: true,
|
||||||
data: [oneDictData('education')],
|
data: [oneDictData('education')],
|
||||||
success: (_, [value]) => {
|
success: (_, [value]) => {
|
||||||
fromValue.area = value.value;
|
fromValue.education = value.value;
|
||||||
state.educationText = value.label;
|
state.educationText = value.label;
|
||||||
|
console.log()
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -388,6 +389,7 @@ function changeJobs() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function nextStep() {
|
function nextStep() {
|
||||||
|
if(!state.experienceText) return $api.msg('请选择工作经验');
|
||||||
tabCurrent.value += 1;
|
tabCurrent.value += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -456,6 +458,9 @@ function loginTest() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function complete() {
|
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.createRequest('/app/user/resume', fromValue, 'post').then((resData) => {
|
||||||
$api.msg('完成');
|
$api.msg('完成');
|
||||||
getUserResume();
|
getUserResume();
|
||||||
@@ -931,6 +936,7 @@ function complete() {
|
|||||||
margin-bottom: 52rpx
|
margin-bottom: 52rpx
|
||||||
.sex-titile
|
.sex-titile
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
|
color: #6A6A6A;
|
||||||
.sext-ri
|
.sext-ri
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user