Commit ce3bdd0f by 刘泽奇

123

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