功能調整

This commit is contained in:
2026-05-28 17:52:06 +08:00
parent 2b9e266eb0
commit a3a9968e62
5 changed files with 63 additions and 26 deletions
+3 -1
View File
@@ -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)
},