快速報名
This commit is contained in:
@@ -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)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user