From f09d9ec905b6247b36a394158662fe90d02197a5 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 15 七月 2024 14:59:36 +0800 Subject: [PATCH] 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