submit
This commit is contained in:
parent
a997e190fd
commit
38e84fd4d0
@ -59,6 +59,13 @@ const isSignUp=async ()=>{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const goRouter=async ()=>{
|
const goRouter=async ()=>{
|
||||||
|
if (!telNum.value){
|
||||||
|
showToast({
|
||||||
|
message:'请输入手机号码',
|
||||||
|
className:'particulars-detail-popup'
|
||||||
|
});
|
||||||
|
return
|
||||||
|
}
|
||||||
const data={
|
const data={
|
||||||
telNum:telNum.value,
|
telNum:telNum.value,
|
||||||
code:code.value
|
code:code.value
|
||||||
|
Loading…
Reference in New Issue
Block a user