5.11 首页修改

This commit is contained in:
魏啾
2024-05-11 14:19:50 +08:00
parent 4d5c78932e
commit ba18953745
17 changed files with 85 additions and 46 deletions

View File

@@ -106,7 +106,17 @@
this.countScrollTitle(e.scrollTop);
},
onLoad(e) {
// #ifdef APP-PLUS || H5
uni.getSystemInfo({
success: (res) => {
console.log(res)
this.menuInfo = res
}
})
// #endif
// #ifdef MP-WEIXIN
this.menuInfo = uni.getMenuButtonBoundingClientRect()
// #endif
},
onUnload() {