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() {
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect();
// sticky offsetstatusBarHeight + 44px
// sticky offsetstatusBarHeight + 40px
const info = uni.getSystemInfoSync();
this.navBarHeight = info.statusBarHeight + 40;
},

Loading…
Cancel
Save