chengjie hai 4 meses
pai
achega
9ddb9faede
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         }