From 13beb44c85384e01dad453bf112d606c96f4efea Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:42:14 +0800 Subject: [PATCH] 12 --- app/pages/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue index af82c5e..e34f773 100644 --- a/app/pages/login/index.vue +++ b/app/pages/login/index.vue @@ -37,8 +37,8 @@ const startCountdown=()=> { }, 1000); } const countdown = ref(0); -const phoneNum = ref('17630920520') -const code = ref('123789') +const phoneNum = ref('') +const code = ref('') const pane = ref(0) const showKeyboard = ref(false); // 根据语言获取默认国家