标签:pre 类型 show 时机 ide method table 执行 方法参数
解释: App.after可以增加APP级的切面,触发的时机是在所拦截的对应生命周期方法执行之后。
方法参数:Object
参数名 | 类型 | 必填 | 默认值 | 说明 |
---|---|---|---|---|
methods | Object | 否 | - | 所有需要拦截的声明周期方法的集合 |
可拦截的所有方法
onLaunch
onShow
onHide
onError
onPageNotFound
示例代码:
// app.js
|
标签:pre 类型 show 时机 ide method table 执行 方法参数
原文地址:https://www.cnblogs.com/furuihua/p/11436317.html