From 9458e9347c9faebfb8068bbaff373d5dc0953a18 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 4 Jun 2024 17:54:30 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E6=88=91=E7=9A=84/=E8=AE=BE=E7=BD=AE/?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AF=86=E7=A0=81):[#1688]=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E4=B8=8D=E8=A7=84=E8=8C=83=E6=97=B6=E4=BB=8D?= =?UTF-8?q?=E8=83=BD=E4=BF=9D=E5=AD=98=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/payPassword.vue | 4 ++++ 1 file changed, 4 insertions(+) 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({