Selaa lähdekoodia

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

rambo 1 vuosi sitten
vanhempi
commit
b3f990dad5
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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>