From 6dbfd13b7ccb7c6f2979201a7e2d1ad113d45c05 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Mon, 19 Aug 2024 10:13:39 +0800 Subject: [PATCH] 12312 --- src/store/auth/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/store/auth/index.js b/src/store/auth/index.js index 88eb295..1359269 100644 --- a/src/store/auth/index.js +++ b/src/store/auth/index.js @@ -233,11 +233,7 @@ export const useAuth=createGlobalState(()=>{ } } const clickSendCode=async ()=>{ - if (isCountingDown.value) return; - if (!code.value){ - message.warning('请输入验证码') - return - } + if (isCountingDown.value) return if (!telNum.value){ message.warning('请输入手机号') return