Explorar el Código

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

rambo hace 1 año
padre
commit
b3f990dad5
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>