From 38e84fd4d0d4f0248160f750b346553b831849b4 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:59:57 +0800 Subject: [PATCH] submit --- src/views/logon/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/logon/index.vue b/src/views/logon/index.vue index 185d3fe..b59b5ac 100644 --- a/src/views/logon/index.vue +++ b/src/views/logon/index.vue @@ -59,6 +59,13 @@ const isSignUp=async ()=>{ } } const goRouter=async ()=>{ + if (!telNum.value){ + showToast({ + message:'请输入手机号码', + className:'particulars-detail-popup' + }); + return + } const data={ telNum:telNum.value, code:code.value