MCPcopy Create free account
hub / github.com/coderwhy/HYMiniMall / onImageLoad

Function onImageLoad

pages/home/home.js:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected