chengjie 6 月之前
父節點
當前提交
9ddb9faede
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/main/article.js

+ 1 - 1
pages/main/article.js

@@ -273,7 +273,7 @@ Page({
273 273
 
274 274
     for(let i=0;i<content.Question.length;i++){
275 275
       for(let j=0;j<content.Question[i].OptionsEnglish.length;j++){
276
-        if (j<4){
276
+        if (j<4){//选项不能超过4个
277 277
           let str=content.Question[i].OptionsChinese[j];
278 278
           content.Question[i].OptionsChinese[j]=str.substr(2);
279 279
         }