瀏覽代碼

Merge branch 'dev' of http://gitlab.pubdata.cn/hlm/hlm_pl_mall_h5 into dev

rambo 1 年之前
父節點
當前提交
b3f990dad5
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pages/home/goodsclass/GoodsclassBody.vue

+ 5 - 0
pages/home/goodsclass/GoodsclassBody.vue

@@ -78,6 +78,11 @@ export default {
     // #ifdef  MP-WEIXIN
     this.navHeight = uni.getMenuButtonBoundingClientRect().top
     // #endif
+    // #ifdef APP-PLUS
+    if(uni.getSystemInfoSync().platform === 'android'){
+      this.navHeight = 50
+    }
+    // #endif
   },
 }
 </script>