Browse Source

去掉非可视窗口悬浮效果

wenmenghao321 2 years ago
parent
commit
8379ccd8f1
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>
 <script>
   haslogin({{.T.logid}});
   haslogin({{.T.logid}});
   $(function(){
   $(function(){
-    initAdvertising()
+    // initAdvertising()
     brightKeyword()
     brightKeyword()
-    $(window).scroll(function() {
-      initAdvertising()
-    });
+    // $(window).scroll(function() {
+    //   initAdvertising()
+    // });
     $('.tabs_box>div a').on('click',function(){
     $('.tabs_box>div a').on('click',function(){
       $(this).addClass('active').siblings().removeClass('active')
       $(this).addClass('active').siblings().removeClass('active')
     })
     })