Commit d4f8d51b authored by 罗超's avatar 罗超

1

parent 1e42cc12
...@@ -473,22 +473,22 @@ ...@@ -473,22 +473,22 @@
}); });
return return
} }
if(this.data.EducationType==""){ // if(this.data.EducationTypeStr==""){
uni.showToast({ // uni.showToast({
title: '请选择学历', // title: '请选择学历',
duration: 2000, // duration: 2000,
icon:"none" // icon:"none"
}); // });
return // return
} // }
if(this.data.Marriage==""){ // if(this.data.MarriageStr==""){
uni.showToast({ // uni.showToast({
title: '请选择婚姻状况', // title: '请选择婚姻状况',
duration: 2000, // duration: 2000,
icon:"none" // icon:"none"
}); // });
return // return
} // }
// if(this.data.nativePlace==""){ // if(this.data.nativePlace==""){
// uni.showToast({ // uni.showToast({
// title: '请选择籍贯', // 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