快速報名

This commit is contained in:
2026-05-22 17:51:57 +08:00
parent 77f642b2d2
commit ccc188013b
7 changed files with 617 additions and 4 deletions
+4
View File
@@ -94,6 +94,7 @@
'fastSignUp-component': httpVueLoader('./fastSignUp.vue'),
'fastSignUp2-component': httpVueLoader('./fastSignUp2.vue'),
'fastSignUp3-component': httpVueLoader('./fastSignUp3.vue'),
'fastSignUp4-component': httpVueLoader('./fastSignUp4.vue'),
},
watch: {
options: {
@@ -113,6 +114,9 @@
} else if (item.action === "add") {
this.twoData=item.item.num
this.currentView = "fastSignUp3-component"
} else if (item.action === "signup4") {
this.twoData = item.item
this.currentView = "fastSignUp4-component"
}
console.log("item.action:",this.twoData)
},