()
| 54 | }).exec() |
| 55 | }, |
| 56 | onImageLoad() { |
| 57 | wx.createSelectorQuery().select('.tab-control').boundingClientRect((rect) => { |
| 58 | this.setData({ |
| 59 | tabControlTop: rect.top |
| 60 | }) |
| 61 | }).exec() |
| 62 | }, |
| 63 | onPageScroll(res) { |
| 64 | }, |
| 65 | tabClick(e) { |
nothing calls this directly
no outgoing calls
no test coverage detected