1. 应用生命周期onLaunch 当uni-app 初始化完成时触发(全局只触发一次)onShow 当 uni-app 启动,或从后台进入前台显示onHide 当 uni-app 从前台进入后台
2. 页面生命周期onLoad 监听页面加
2022-05-12