Fix(我的/设置/支付密码):[#1688]密码输入不规范时仍能保存成功
This commit is contained in:
@@ -144,6 +144,10 @@ export default {
|
|||||||
return validatorDefaultCatch(e);
|
return validatorDefaultCatch(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (payPwd.length < 6) {
|
||||||
|
that.$dialog.toast({ mes: "请输入6位支付密码" })
|
||||||
|
return
|
||||||
|
}
|
||||||
//网络请求
|
//网络请求
|
||||||
uni.showLoading();
|
uni.showLoading();
|
||||||
modifyUserPayPwd({
|
modifyUserPayPwd({
|
||||||
|
|||||||
Reference in New Issue
Block a user