From cb4b00b1987a24981cfe3865aaef8015a1562801 Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Sun, 31 Mar 2024 23:29:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=8C=E4=B8=80=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7=E6=AF=8F=E5=A4=A9=E6=9C=80=E5=A4=9A=E8=8E=B7=E5=8F=96?= =?UTF-8?q?10=E6=AC=A1=E9=AA=8C=E8=AF=81=E7=A0=81=EF=BC=8C=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E5=8D=81=E6=AC=A1=E5=90=8E=E5=BC=B9=E5=87=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=EF=BC=9A=E8=8E=B7=E5=8F=96=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E6=AC=A1=E6=95=B0=E8=B6=85=E9=99=90=EF=BC=8C?= =?UTF-8?q?=E8=AF=B7=E6=98=8E=E5=A4=A9=E5=86=8D=E8=AF=95!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/Login.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/login/components/Login.vue b/src/views/login/components/Login.vue index 2e4d5a9..4b50660 100644 --- a/src/views/login/components/Login.vue +++ b/src/views/login/components/Login.vue @@ -300,7 +300,11 @@ async function sendCode(value) { phone: formSms.phone, agentcode: formSms.agentcode, }); - startCount(); + if(res.code == 'OK'){ + startCount(); + }else{ + message.error(res.message) + } } function startCount() {