123
This commit is contained in:
parent
502927033b
commit
23a70cadf9
@ -101,6 +101,10 @@ if (number.value===1){
|
||||
}
|
||||
//扫付款
|
||||
}else if(number.value===2) {
|
||||
if (!formData.value.phone&&formData.value.countryCode&&formData.value.userName){
|
||||
message.warning('请填写完整信息')
|
||||
return
|
||||
}
|
||||
router.push('/collectCode/signature/protocol')
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user