소스 검색

Merge branch 'master' of http://192.168.0.115:3000/shaogen1995/zhongShanScene into master

shaogen1995 7 달 전
부모
커밋
8837ac9777
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scene/public/static/js/main_2020_show.js

+ 1 - 1
scene/public/static/js/main_2020_show.js

@@ -3231,7 +3231,7 @@ window.Modernizr = function(n, e, t) {
             var hotList = $('#hotListWrap')[0];
             hotList.classList.remove('hotListActive');
             $('#hotListContent ul .active').removeClass('active');
-            $('#hotList')[0].classList.remove('active')
+            $('#hotList')[0]?.classList.remove('active')
         }
         ,
         n.prototype.onTouchMove = function(e) {