From 556a9021308af6cb7a39551ad3ab63f3bb2b4e5c Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 15 七月 2024 18:22:46 +0800
Subject: [PATCH] update 必填项目

---
 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