Kaynağa Gözat

mod 分类页新增

panqiuyao 1 yıl önce
ebeveyn
işleme
0c97adb8be
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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>