Browse Source

Merge branch 'dev/v4.8.33_wmh' of qmx/jy into feature/v4.8.33

wenmenghao 2 years ago
parent
commit
9b60730754
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/web/templates/pc/dataSmt/list.html

+ 4 - 4
src/web/templates/pc/dataSmt/list.html

@@ -148,11 +148,11 @@
 <script>
   haslogin({{.T.logid}});
   $(function(){
-    initAdvertising()
+    // initAdvertising()
     brightKeyword()
-    $(window).scroll(function() {
-      initAdvertising()
-    });
+    // $(window).scroll(function() {
+    //   initAdvertising()
+    // });
     $('.tabs_box>div a').on('click',function(){
       $(this).addClass('active').siblings().removeClass('active')
     })