namejr 4 years ago
parent
commit
2f20e3809c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      EBook.Web/Common/tasklib_book.js

+ 3 - 3
EBook.Web/Common/tasklib_book.js

@@ -243,10 +243,10 @@ function bindEventYS() {
         var PClsName = $(this).parent().attr("class");  // 对错题有内容填写必然有correntQue,否则判断条件不成立
         if (PClsName.indexOf(" correntQue") > -1) {
             PClsName = PClsName.replace(" correntQue", "");
-        }
-        else {
+            }
+            else {
             PClsName = "";
-        }
+            }
         var NextClsName = $(this).parent().next().attr("class");
         var PreClsName = $(this).parent().prev().attr("class");
         if ($(this).attr("data-status") == "0") {