Browse Source

心理胜任能力Bug修改

zhangzhang 4 months ago
parent
commit
bfa8238182
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/CognitiveAbilityTask/imageAssociation.vue

+ 1 - 1
src/views/CognitiveAbilityTask/imageAssociation.vue

@@ -2290,7 +2290,7 @@ export default {
       this.timer = setInterval(() => {
         _this.flag++;
         this.changeImage(_this.flag);
-      }, 100); //这个定时器的时间需要改,方便测试,现在为一秒
+      }, 10000); //这个定时器的时间需要改,方便测试,现在为一秒
     },
     isOk() {
       console.log("执行了吗");