uniapp里面设置onlaunch以后在加载页面调接口

main.js 里面

Vue.prototype.$onLaunched = new Promise(resolve => {
  Vue.prototype.$isResolve = resolve
})

app.vue里面在异步执行完以后

this.$isResolve()

 

posted @ 2022-06-20 14:48  郭大蛋子  阅读(606)  评论(0编辑  收藏  举报