Преглед изворни кода

mod 安卓 商品列表页

panqiuyao пре 1 година
родитељ
комит
d1cfbca372
1 измењених фајлова са 1 додато и 4 уклоњено
  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
   },
 }