Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coderwhy/LearnMiniProgram
/ onShow
Function
onShow
pages/home/home.js:36–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
// onShow: 页面显示出来的时回调的函数
35
// 页面显示是否意味着所有的图片都加载完成
36
onShow() {
37
},
38
39
// ------------------- 网络请求函数 -------------------------
40
_getMultidata() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected