|
@@ -540,7 +540,6 @@ export default {
|
|
|
this.back1Flag = false;
|
|
|
this.back2Flag = true;
|
|
|
}
|
|
|
-
|
|
|
this.userCanClick = false;
|
|
|
this.countDownShow = true;
|
|
|
this.getArray();
|
|
@@ -577,10 +576,14 @@ export default {
|
|
|
Obj.index = this.imgIndex - 2;
|
|
|
Obj.diff = 0;
|
|
|
} else if (this.testTypeCode == 1) {
|
|
|
- Obj.index = this.imgIndex + 20 - 2 - 1;
|
|
|
+ Obj.index = this.imgIndex - 2;
|
|
|
+ console.log(this.imgIndex)
|
|
|
+ // Obj.index = this.imgIndex + 20 - 2 - 1;
|
|
|
Obj.diff = 1;
|
|
|
} else if (this.testTypeCode == 2) {
|
|
|
- Obj.index = this.imgIndex + 40 - 1 - 4;
|
|
|
+ Obj.index = this.imgIndex + 20 - 2 - 1;
|
|
|
+ console.log(this.imgIndex)
|
|
|
+ // Obj.index = this.imgIndex + 40 - 1 - 4;
|
|
|
Obj.diff = 2;
|
|
|
}
|
|
|
this.userResponseRecords.push(Obj);
|
|
@@ -697,6 +700,8 @@ export default {
|
|
|
this.code0Flag = false;
|
|
|
this.code12Flag = true;
|
|
|
this.buttonShow = true;
|
|
|
+ this.userTestPicList = [];
|
|
|
+ this.userResponseRecords=[]
|
|
|
this.screenState();
|
|
|
this.$message({
|
|
|
message: "测试通过!",
|