我的原因是 我用的是组件, 而uni-app组件的生命周期是没有onLoad的, 可以用 created 替代
uni-app
onLoad
created
uni-app生命周期有三种 1. 应用生命周期 2. 页面生命周期 3. 组件生命周期 例如组件生命周期就没有 `onLoad`