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

Function handleImageLoad

pages/home/home.js:87–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 })
86 },
87 handleImageLoad() {
88 wx.createSelectorQuery().select('#tab-control').boundingClientRect(rect => {
89 this.data.tabScrollTop = rect.top
90 }).exec()
91 },
92
93 onReachBottom() {
94 // 上拉加载更多 -> 请求新的数据

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected