EmmaBaBa 7 달 전
부모
커밋
7b2311c2ac
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)
         }