首頁組件
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user