Commit d4f8d51b authored by 罗超's avatar 罗超

1

parent 1e42cc12
......@@ -473,22 +473,22 @@
});
return
}
if(this.data.EducationType==""){
uni.showToast({
title: '请选择学历',
duration: 2000,
icon:"none"
});
return
}
if(this.data.Marriage==""){
uni.showToast({
title: '请选择婚姻状况',
duration: 2000,
icon:"none"
});
return
}
// if(this.data.EducationTypeStr==""){
// uni.showToast({
// title: '请选择学历',
// duration: 2000,
// icon:"none"
// });
// return
// }
// if(this.data.MarriageStr==""){
// uni.showToast({
// title: '请选择婚姻状况',
// duration: 2000,
// icon:"none"
// });
// return
// }
// if(this.data.nativePlace==""){
// uni.showToast({
// title: '请选择籍贯',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment