const app = getApp() Page({ data: { menuButtonInfo: {}, wait: true, }, onLoad() {}, handleScrollToLower(e) { if (e.detail.direction === 'bottom') { this.setData({ wait: false, }) } }, })