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