Bladeren bron

mod 安卓 商品列表页

panqiuyao 1 jaar geleden
bovenliggende
commit
d1cfbca372
1 gewijzigde bestanden met toevoegingen van 1 en 4 verwijderingen
  1. 1 4
      pages/home/goodslist/Goodslist.vue

+ 1 - 4
pages/home/goodslist/Goodslist.vue

@@ -45,10 +45,7 @@ export default {
     this.navHeight = uni.getMenuButtonBoundingClientRect().top
     // #endif
     // #ifdef APP-PLUS
-    this.navHeight = uni.getMenuButtonBoundingClientRect().top
-    if(uni.getSystemInfoSync().platform === 'android'){
-      this.navHeight = 50
-    }
+      this.navHeight = 40
     // #endif
   },
 }