From e3898caa56109a29f94e4dabc7db421a5bd4b730 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期一, 15 七月 2024 00:14:27 +0800 Subject: [PATCH] update fix bug --- sub_pages/supplier/supplier-reg/supplier-reg.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sub_pages/supplier/supplier-reg/supplier-reg.vue b/sub_pages/supplier/supplier-reg/supplier-reg.vue index 4773dd7..d327bb7 100644 --- a/sub_pages/supplier/supplier-reg/supplier-reg.vue +++ b/sub_pages/supplier/supplier-reg/supplier-reg.vue @@ -130,6 +130,10 @@ icon: "none" }); this.setTimer(); //调用定时器方法 + }else{ + this.getCodeText = "获取验证码" //发送验证码 + this.getCodeisWaiting = false; + this.getCodeBtnColor = "#20613D"; } // setTimeout(() => { // //弹出提示框 @@ -223,10 +227,10 @@ }, 1000); } else { - uni.showToast({ - title: '登录失败!', - icon: 'none' - }); + // uni.showToast({ + // title: '登录失败!', + // icon: 'none' + // }); return; } -- Gitblit v1.9.3