Jelajahi Sumber

游戏bug修改

周玉佂 6 bulan lalu
induk
melakukan
3ace8cc4db
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      src/views/CognitiveAbilityTask/memoryTest.vue

+ 2 - 0
src/views/CognitiveAbilityTask/memoryTest.vue

@@ -675,6 +675,7 @@ export default {
           }
           }
         }, 1000);
         }, 1000);
       }, 3000);
       }, 3000);
+      console.log(this.userResponseRecords,'this.userResponseRecords')
     },
     },
     computeScore() {
     computeScore() {
       let that = this;
       let that = this;
@@ -701,6 +702,7 @@ export default {
           this.code12Flag = true;
           this.code12Flag = true;
           this.buttonShow = true;
           this.buttonShow = true;
           this.userTestPicList = [];
           this.userTestPicList = [];
+          this.imgIndex = 0;
           this.userResponseRecords=[]
           this.userResponseRecords=[]
           this.screenState();
           this.screenState();
           this.$message({
           this.$message({