Commit ce3bdd0f by 刘泽奇

123

parent 484517b2
...@@ -356,22 +356,22 @@ ...@@ -356,22 +356,22 @@
console.log(this.deliveryStatus, this.currentStep, `llllllllllllllllllll`); console.log(this.deliveryStatus, this.currentStep, `llllllllllllllllllll`);
switch (this.deliveryStatus) { switch (this.deliveryStatus) {
case "dsccl": case "dsccl":
this.currentStep = 1; this.currentStep = 0;
break; break;
case "dqrfa": case "dqrfa":
this.currentStep = 1; this.currentStep = 0;
break; break;
case "dsh": case "dsh":
this.currentStep = 2; this.currentStep = 1;
break; break;
case "ddj": case "ddj":
this.currentStep = 3; this.currentStep = 2;
break; break;
case "ydj": case "ydj":
this.currentStep = 4; this.currentStep = 3;
break; break;
case "ywc": case "ywc":
this.currentStep = 5; this.currentStep = 4;
break; break;
default: default:
break; break;
......
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