1178232204@qq.com vor 3 Jahren
Ursprung
Commit
8d3e6abcbd
2 geänderte Dateien mit 4 neuen und 6 gelöschten Zeilen
  1. 1 1
      src/css/cdssHorizontal.less
  2. 3 5
      src/js/cdssHorizontal.js

+ 1 - 1
src/css/cdssHorizontal.less

@@ -143,7 +143,7 @@
 .moduleItem {
   padding: 0 0 0 110px;
   box-sizing: border-box;
-  line-height: 21px;
+  line-height: 23px;
   span,
   div {
     font-size: 12px;

+ 3 - 5
src/js/cdssHorizontal.js

@@ -416,7 +416,7 @@ function renderPushData() {
 }
 function renderpushByMayDisease(name, i, inx,e) {
   return pushByDisease(name, i).then(res => {
-    $(".loading").hide();
+    // $(".loading").hide();
     hasCompleteTnterface++
     if (res.data.code == "0") {
       const result = res.data.data
@@ -468,7 +468,7 @@ function renderpushByMayDisease(name, i, inx,e) {
 }
 function renderpushByHasDisease(name, i, inx,e) {
   return pushByDisease(name, i).then(res => {
-    $(".loading").hide();
+    // $(".loading").hide();
     hasCompleteTnterface++
     if (res.data.code == "0") {
       const result = res.data.data
@@ -576,7 +576,6 @@ function renderDiagList(list) {
     } else {
       $(".maydiagnose .item").css("display", "none")
     }
-    // $(".leftWrapper").scrollTop($(this).offset().top);
   });
 }
 function renderAffListList(list) {
@@ -613,7 +612,7 @@ function renderAffListList(list) {
     const index = $(this).parent().parent().next().attr('data-i')
     const showList = $(".hasdiagnose .item").css("display")
     if (showList == "none" || index != i) {
-      $(".loading").show();
+      // $(".loading").show();
       $(".hasdiagnose .item").html('')
       $(".hasdiagnose .item").css("display", "none")
       $(this).parent().parent().next().css("display", "block")
@@ -622,7 +621,6 @@ function renderAffListList(list) {
     } else {
       $(".hasdiagnose .item").css("display", "none")
     }
-    // $('.leftWrapper').scrollTop($(this).offset().top);
   });
 }
 function renderMayVitalPush(list, inx) {