onlaunch里面发起的请求,首页index.js不能及时获取到相应数据,那跳转到其他页面后,其他页面onLoad时候就一定能获取到onlaunch里面的返回值吗?
经典问题。答案是:onLaunch比onLoad先执行,但如果有异步操作或者耗时同步操作的话,不能保证顺序。
看看这个:https://developers.weixin.qq.com/miniprogram/dev/extended/utils/api-promise.html