浏览代码

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
   },
 }