let?that=this;
1.
that.onLoad()
2.
that.onReady() 或者 that.onShow()
3.2s之后執行
setTimeout(()=>{
? ? ? ? ? ? ? ? ? ? ? ? ? ? that.onLoad(arr)
},2000)
let?that=this;
that.onLoad()
that.onReady() 或者 that.onShow()
setTimeout(()=>{
? ? ? ? ? ? ? ? ? ? ? ? ? ? that.onLoad(arr)
},2000)