diff --git a/web/admin/order/index4.aspx b/web/admin/order/index4.aspx index ad7c70d..6503233 100644 --- a/web/admin/order/index4.aspx +++ b/web/admin/order/index4.aspx @@ -117,6 +117,9 @@ } else if (item.action === "signup4") { this.twoData = item.item this.currentView = "fastSignUp4-component" + } else if (item.action === "signup1") { + this.twoData = item.item + this.currentView = "fastSignUp1-component" } console.log("item.action:",this.twoData) },