jiangping
2024-07-26 56be3d07c58f3122ce252cf65c68da7821e0970e
wechat_staff/pages/index/index.js
@@ -30,12 +30,11 @@
  onLoad() {
    const res = wx.getMenuButtonBoundingClientRect()
    this.setData({
      clientHeight: res.height
    })
    this.setData({
      clientHeight: res.height,
      clientTop: res.top
    })
  },
  onShow() {
    this.initData()
  },
  initData() {