|
@@ -133,19 +133,22 @@
|
|
|
}
|
|
|
if (false && checkOldPhoneResult !== true) {
|
|
|
uni.showToast({
|
|
|
- title: "原手机号输入错误," + checkOldPhoneResult
|
|
|
+ title: "原手机号输入错误," + checkOldPhoneResult,
|
|
|
+ icon: "none"
|
|
|
})
|
|
|
return;
|
|
|
}
|
|
|
if (false && checkNewPhoneResult !== true) {
|
|
|
uni.showToast({
|
|
|
- title: "新手机号输入错误," + checkNewPhoneResult
|
|
|
+ title: "新手机号输入错误," + checkNewPhoneResult,
|
|
|
+ icon: "none"
|
|
|
})
|
|
|
return;
|
|
|
}
|
|
|
if (!this.form.verifyCode) {
|
|
|
uni.showToast({
|
|
|
- title: "请输入验证码"
|
|
|
+ title: "请输入验证码",
|
|
|
+ icon: "none"
|
|
|
})
|
|
|
return
|
|
|
}
|