diff --git a/pkg_user/views/payPassword.vue b/pkg_user/views/payPassword.vue index 9f321cc..043c1f4 100644 --- a/pkg_user/views/payPassword.vue +++ b/pkg_user/views/payPassword.vue @@ -144,6 +144,10 @@ export default { return validatorDefaultCatch(e); } + if (payPwd.length < 6) { + that.$dialog.toast({ mes: "请输入6位支付密码" }) + return + } //网络请求 uni.showLoading(); modifyUserPayPwd({