submit
This commit is contained in:
parent
0b9bd43a55
commit
87b6293b1e
@ -7,7 +7,7 @@ import {storeToRefs} from "pinia";
|
||||
const userStore = useUserStore()
|
||||
const {telNum,submitReturnData,iDCardImage,idCardInfo,recentPhoto,selectAddress,detailAddress} = storeToRefs(userStore);
|
||||
import {ref,onBeforeUnmount,onMounted} from "vue";
|
||||
import {check_by_phone, send_code} from "@/apis/index.js";
|
||||
import {check_by_phone, send_code,check_code} from "@/apis/index.js";
|
||||
const router = useRouter();
|
||||
const isCountingDown = ref(false);
|
||||
const timeLeft = ref(60);
|
||||
|
Loading…
Reference in New Issue
Block a user