This commit is contained in:
xingyy 2025-02-25 14:42:14 +08:00
parent 0871fa3252
commit 13beb44c85

View File

@ -37,8 +37,8 @@ const startCountdown=()=> {
}, 1000); }, 1000);
} }
const countdown = ref(0); const countdown = ref(0);
const phoneNum = ref('17630920520') const phoneNum = ref('')
const code = ref('123789') const code = ref('')
const pane = ref(0) const pane = ref(0)
const showKeyboard = ref(false); const showKeyboard = ref(false);
// //