|
|
@@ -2552,7 +2552,7 @@ export default {
|
|
|
if ( this.steps.stepsNow[this.steps.current].Isyellow && !this.steps.stepsNow[this.steps.current].solutionGreen){
|
|
|
this.steps.stepsNow[this.steps.current].type="solution"
|
|
|
this.steps.stepsNow[this.steps.current].slot="icon"
|
|
|
- this.steps.stepsNow[this.steps.current].status = "final"
|
|
|
+ this.steps.stepsNow[this.steps.current].status = "wait"
|
|
|
this.steps.stepsNow[this.steps.current].solution = true;
|
|
|
this.steps.stepsNow[this.steps.current].yellow = true;
|
|
|
}
|
|
|
@@ -2738,7 +2738,7 @@ export default {
|
|
|
//that.steps.stepsNow[i].status = "error"
|
|
|
that.steps.stepsNow[i].type="solution"
|
|
|
that.steps.stepsNow[i].slot="icon"
|
|
|
- that.steps.stepsNow[i].status = "final"
|
|
|
+ that.steps.stepsNow[i].status = "wait"
|
|
|
that.steps.stepsNow[i].solution = true;
|
|
|
that.steps.stepsNow[i].yellow = true;
|
|
|
that.steps.stepsNow[i].Isyellow = true;
|