目前看官方文档Behaviors支持在Page中使用,但是Behaviors 中并没有Page相关的生命周期?
需求:由于项目弹窗需要自己定制化,所以全局写了个弹窗类,那么在 每个页面使用时需要在 onLoad中let modal = new Modal(); 所以想到使用Page支持 的behaviors实现么,但是Behavior中并没有 页面的相关生命周期
期望:在 behhavior中可写页面的相关生命周期并执行,
自测代码片段:https://https://developers.weixin.qq.com/s/i9MNqmmX7tzc
页面中是如何引用的,能提供简单的代码片段不,https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
试了一下是可以的,就是behavior无法实现options。