首頁組件

This commit is contained in:
魏啾
2024-04-15 16:15:09 +08:00
parent 289b808bf6
commit 091552233c
36 changed files with 3452 additions and 295 deletions

View File

@@ -81,7 +81,6 @@ const store = new Vuex.Store({
statusBar = e.statusBarHeight
// @ts-ignore
const custom = wx.getMenuButtonBoundingClientRect()
console.log(custom, e, 1111)
// customBar = custom.bottom + custom.top - e.statusBarHeight
customBar = custom.height
heightBar = custom.top
@@ -96,10 +95,10 @@ const store = new Vuex.Store({
// #ifdef APP-PLUS
console.log('app-plus', e)
statusBar = e.statusBarHeight
heightBar = e.statusBarHeight/2
customBar = e.statusBarHeight + 45
heightBar = e.statusBarHeight
customBar = e.statusBarHeight
bottomPadding = (e.screenHeight - e.safeArea.bottom)
customBar = 0
// customBar = 0
// #endif
// #ifdef H5
statusBar = 0