pages/home/home.js
@@ -46,11 +46,10 @@ }); console.log(this.data.searchVal) this.loadHomePage(); this.getBannerList() }, onLoad() { this.getBannerList() const systInfo = wx.getSystemInfoSync(); const menu = wx.getMenuButtonBoundingClientRect(); // 胶囊信息 const navBarHeight = (menu.top - systInfo.statusBarHeight) * 2 + menu.height; // 导航栏高度