MCPcopy
hub / github.com/coderwhy/LearnMiniProgram / handleBackTop

Function handleBackTop

components/w-back-top/w-back-top.js:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 */
20 methods: {
21 handleBackTop() {
22 wx.pageScrollTo({
23 scrollTop: 0,
24 })
25 }
26 }
27})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected