Browse Source

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

rambo 1 year ago
parent
commit
b3f990dad5
1 changed files with 5 additions and 0 deletions
  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>