소스 검색

mod 搜索結果页

panqiuyao 1 년 전
부모
커밋
a2bb4f0e26
2개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      pages/home/goodsclass/GoodsclassBody.vue
  2. 3 0
      pages/home/goodslist/Goodslist.vue

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

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

+ 3 - 0
pages/home/goodslist/Goodslist.vue

@@ -46,6 +46,9 @@ export default {
     // #endif
     // #ifdef APP-PLUS
     this.navHeight = uni.getMenuButtonBoundingClientRect().top
+    if(uni.getSystemInfoSync().platform === 'android'){
+      this.navHeight = 50
+    }
     // #endif
   },
 }