MCPcopy Create free account
hub / github.com/coderwhy/LearnMiniProgram / onReachBottom

Function onReachBottom

pages/home/home.js:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 },
92
93 onReachBottom() {
94 // 上拉加载更多 -> 请求新的数据
95 this._getGoodsData(this.data.currentType)
96 },
97
98 onPageScroll(options) {
99 // 1.取出scrollTop

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected