소스 검색

关于答题点判断

namejr 4 년 전
부모
커밋
e14b5b1cbd
3개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      EBook.Web/Common/tasklib_book.js
  2. 1 0
      EBook.Web/EBook.Web.csproj
  3. 0 0
      EBook.Web/lghp/data2021232037.lghp

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

@@ -242,6 +242,10 @@ var AdjustTableFunc = function (sWidthVal, isAStatus) {
         var RuleFlag = true;
         var HasIndex = 0;
         RSArrs = [];
+        if (isAStatus == 1) {
+            // 判断是否存在答题点
+            isAStatus = $(item).find(".yaoshi").length > 0 ? 1 : 0;
+        }
         $.each($(item).find("tr"), function (trIndex, trItem) {
             $.each($(trItem).find("td"), function (tdIndex, tdItem) {
                 var RowSpanNum = parseInt($(tdItem).attr("rowspan"));

+ 1 - 0
EBook.Web/EBook.Web.csproj

@@ -160,6 +160,7 @@
     <Content Include="Lghp\22518.lghp" />
     <Content Include="Lghp\22788.lghp" />
     <Content Include="Lghp\data20211251605.lghp" />
+    <Content Include="Lghp\data2021232037.lghp" />
     <None Include="Lghp\gaicuo.lghp" />
     <None Include="Lghp\TS.lghp" />
     <Content Include="NK\tasklib_book.css" />

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
EBook.Web/lghp/data2021232037.lghp


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.