Commit 490264cf by 宋毅

tj

parent ed408d8f
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
if (this.$route.query.deliveryStatus != "") { if (this.$route.query.deliveryStatus != "") {
this.deliveryStatus = this.$route.query.deliveryStatus; this.deliveryStatus = this.$route.query.deliveryStatus;
console.log(this.deliveryStatus, this.currentStep, `llllllllllllllllllll`); console.log(this.deliveryStatus, this.currentStep, `llllllllllllllllllll`);
if (this.channelFrom != "gsb") { if (this.channelFrom != "gsbhome") {
switch (this.deliveryStatus) { switch (this.deliveryStatus) {
case "dsccl": case "dsccl":
this.currentStep = 0; this.currentStep = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment