|
@@ -4664,17 +4664,17 @@ export default {
|
|
|
this.role
|
|
|
);
|
|
|
} else {
|
|
|
- if (this.cidType == 0) {
|
|
|
- this.steps--;
|
|
|
- if (this.steps == 1) {
|
|
|
- setTimeout(() => {
|
|
|
- this.checkEva(this.checkId);
|
|
|
- setTimeout(() => {
|
|
|
- this.checkEva(this.checkId);
|
|
|
- }, 100);
|
|
|
- }, 100);
|
|
|
- }
|
|
|
- } else {
|
|
|
+ // if (this.cidType == 0) {
|
|
|
+ // this.steps--;
|
|
|
+ // if (this.steps == 1) {
|
|
|
+ // setTimeout(() => {
|
|
|
+ // this.checkEva(this.checkId);
|
|
|
+ // setTimeout(() => {
|
|
|
+ // this.checkEva(this.checkId);
|
|
|
+ // }, 100);
|
|
|
+ // }, 100);
|
|
|
+ // }
|
|
|
+ // } else {
|
|
|
if (this.steps == 3) {
|
|
|
this.steps = 1;
|
|
|
setTimeout(() => {
|
|
@@ -4684,7 +4684,7 @@ export default {
|
|
|
}, 100);
|
|
|
}, 100);
|
|
|
}
|
|
|
- }
|
|
|
+ // }
|
|
|
}
|
|
|
},
|
|
|
navSteps(s) {
|