()
| 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 | // 上拉加载更多 -> 请求新的数据 |
nothing calls this directly
no outgoing calls
no test coverage detected