功能調整
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
this.twoData = item.item.num
|
||||
this.currentView = "fastSignUp2-component"
|
||||
} else if (item.action === "add") {
|
||||
this.twoData=item.item.num
|
||||
this.twoData = item.item.num
|
||||
this.currentView = "fastSignUp3-component"
|
||||
} else if (item.action === "signup4") {
|
||||
this.twoData = item.item
|
||||
@@ -119,6 +119,8 @@
|
||||
} else if (item.action === "signup1") {
|
||||
this.twoData = item.item
|
||||
this.currentView = "fastSignUp-component"
|
||||
} else if (item.action === "oldSign") {
|
||||
location.href="~/admin/order/index.aspx"
|
||||
}
|
||||
//console.log("item.action:",this.twoData)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user