Browse Source

增加注释

lujianhong 4 years ago
parent
commit
3a41006fea
1 changed files with 1 additions and 0 deletions
  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);
             }