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); // 根据语言获取默认国家