lujianhong hace 4 años
padre
commit
3a41006fea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      EBook.Web/Common/tasklib_book.js

+ 1 - 0
EBook.Web/Common/tasklib_book.js

@@ -1393,6 +1393,7 @@ function backupAllAnswer(answerJson, statusType) {
             var answerText = $(item).attr("answer-anstext");//参考答案
             $(item).attr("answer-text", mytext);
             $(item).find('input').prop('checked', ischecked);
+            //还原打勾效果
             if (ischecked && statusType == 0) {
                 clickCheckBox(answerid);
             }