y595705120 3 年之前
父节点
当前提交
c702538ff3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/containers/center/exam/index.vue

+ 1 - 1
src/containers/center/exam/index.vue

@@ -188,7 +188,7 @@ export default {
     doLoadQuestion( item){
       this.currentQuestion = item;
       this.currentQuestion.choice= [];
-      for( let i=0;i<5;i++){
+      for( let i=0;i<6;i++){
         let mkey = "answer"+i
         if(item[mkey] ) this.currentQuestion.choice.push( item[mkey] );
       }