Browse Source

猜你喜欢

master
tianyi 4 weeks ago
parent
commit
6324063d5a
  1. 2
      package1/group/groupBuySingle.vue

2
package1/group/groupBuySingle.vue

@ -452,7 +452,7 @@
}, },
onShow() { onShow() {
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect(); this.menuButtonInfo = uni.getMenuButtonBoundingClientRect();
// sticky offsetstatusBarHeight + 44px // sticky offsetstatusBarHeight + 40px
const info = uni.getSystemInfoSync(); const info = uni.getSystemInfoSync();
this.navBarHeight = info.statusBarHeight + 40; this.navBarHeight = info.statusBarHeight + 40;
}, },

Loading…
Cancel
Save