|
@@ -216,37 +216,43 @@
|
|
}
|
|
}
|
|
if (!this.form.realName) {
|
|
if (!this.form.realName) {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: "请输入姓名"
|
|
|
|
|
|
+ title: "请输入姓名",
|
|
|
|
+ icon: "none"
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (false && checkIdCardResult !== true) {
|
|
if (false && checkIdCardResult !== true) {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: checkIdCardResult
|
|
|
|
|
|
+ title: checkIdCardResult,
|
|
|
|
+ icon: "none"
|
|
})
|
|
})
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (!this.form.orgName) {
|
|
if (!this.form.orgName) {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: "请选择工会"
|
|
|
|
|
|
+ title: "请选择工会",
|
|
|
|
+ icon: "none"
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (false && checkPhoneResult !== true) {
|
|
if (false && checkPhoneResult !== true) {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: checkPhoneResult
|
|
|
|
|
|
+ title: checkPhoneResult,
|
|
|
|
+ icon: "none"
|
|
})
|
|
})
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (!this.form.verifyCode) {
|
|
if (!this.form.verifyCode) {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: "请输入验证码"
|
|
|
|
|
|
+ title: "请输入验证码",
|
|
|
|
+ icon: "none"
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (this.value == '0') {
|
|
if (this.value == '0') {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: "请勾选协议"
|
|
|
|
|
|
+ title: "请勾选协议",
|
|
|
|
+ icon: "none"
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|