commit
This commit is contained in:
@@ -388,9 +388,16 @@ const singleSignUp = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
//再次报名
|
//再次报名
|
||||||
onConfirmAgain() {
|
async onConfirmAgain() {
|
||||||
if (this.isCustomForm && this.fapi) {
|
if (this.isCustomForm && this.fapi) {
|
||||||
console.log(this.fapi.validate())
|
let formValid = false
|
||||||
|
try {
|
||||||
|
await this.fapi.validate()
|
||||||
|
formValid = true
|
||||||
|
} catch (e) {
|
||||||
|
formValid = false
|
||||||
|
}
|
||||||
|
if (!formValid) return
|
||||||
}
|
}
|
||||||
|
|
||||||
//组队
|
//组队
|
||||||
|
|||||||
Reference in New Issue
Block a user