EmmaBaBa 7 meses atrás
pai
commit
7b2311c2ac
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/components/question-info.vue

+ 2 - 2
src/components/question-info.vue

@@ -406,8 +406,8 @@ export default {
             })
             this.aiTestClass = "el-icon-reading"
             stepMapToCnt[step]++
-            if(stepMapToCnt[step]>1){
-              stepMapToCnt[step] = 1
+            if(stepMapToCnt[step]>=mockAI[step].length){
+              stepMapToCnt[step] = mockAI[step].length-1
             }
           }, 2000)
         }