Bladeren bron

bugCommit

zhengjinyi 4 jaren geleden
bovenliggende
commit
2bfebafcf1

+ 0 - 1
src/main/resources/static/css/flea-market/list.css

@@ -49,7 +49,6 @@
 /* 移动端*/
 @media screen and (max-width:768px){
 #fleaMarketList{width: 100%;overflow: hidden}
-    .footTop,.footMain{display: none;}
     .shopList{background: #fff}
     .Listitem{height:33vw;padding: 2.7vw;border-bottom: .24vw solid #F0F2F4}
     .ListImg{width: 100%;height: 35.3vw}

+ 2 - 1
src/main/resources/static/js/flea-market/list.js

@@ -154,7 +154,8 @@ var fleaMarketList = new Vue({
      mounted:function () {
           var _this = this;
           _this.gettabList();
-                    if(!isPC){
+          if(!isPC){
+            $('footer').addClass("noneImportant");
             //移动端上垃加载更多
             $(window).on('scroll', function(){
                 var scrollTop = $(this).scrollTop();