|
@@ -83,8 +83,8 @@ const props = defineProps({
|
|
|
|
|
|
const emit = defineEmits(["update:show"]);
|
|
|
|
|
|
-const phone = ref("17612888982");
|
|
|
-const verificationCode = ref("8888");
|
|
|
+const phone = ref("");
|
|
|
+const verificationCode = ref("");
|
|
|
const countdown = ref(0);
|
|
|
const timer = ref(null);
|
|
|
|