소스 검색

IE8问题修改

1178232204@qq.com 3 년 전
부모
커밋
7981937714
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/js/cdssHorizontal.js

+ 2 - 2
src/js/cdssHorizontal.js

@@ -454,7 +454,7 @@ function renderpushByMayDisease(name, i, inx,e) {
         renderMayDisPush(disPush, inx)
         renderMayPush(treatPush, medicinesPush, operationsPush, nursePush, inx)
         bindOpenInfo()
-        // moreInfo()
+        moreInfo()
         // bindSlide();
         if ($(".maydiagnose .item").children('div').length == 0) {
           $.toast('toast3', '', 3000, '.maydiagnose', i);
@@ -506,7 +506,7 @@ function renderpushByHasDisease(name, i, inx,e) {
         renderHasDisPush(disPush, inx)
         renderHasPush(treatPush, medicinesPush, operationsPush, nursePush, inx)
         bindOpenInfo()
-        // moreInfo()
+        moreInfo()
         // bindSlide();
         if ($(".hasdiagnose .item").children('div').length == 0) {
           $.toast('toast3', '', 3000, '.hasdiagnose', i);