wechat-mini-stateChange:微信小程序页面状态监听,跨页面通信

时间:2024-04-14 08:19:40
【文件属性】:

文件名称:wechat-mini-stateChange:微信小程序页面状态监听,跨页面通信

文件大小:7KB

文件格式:ZIP

更新时间:2024-04-14 08:19:40

JavaScript

微信迷你状态更改 微信小程序页面状态监听利用Object.definedProperty实现A页面状态更改=> B页面方法执行 app.js //状态管理 watchCallBack: { } , watchingKeys : [ ] , // 利用Object.definedProperty 建立监听关系并触发cb $watch ( key , cb ) { this . watchCallBack = Object . assign ( { } , this . watchCallBack , { [ key ] : this . watchCallBack [ key ] || [ ] } ) ; if ( ! this . watchCallBack [ key ] ) this . watchCallBack [ key ] = [ ] ; this .


【文件预览】:
wechat-mini-stateChange-master
----app.json(321B)
----pages()
--------index()
--------calc()
----sitemap.json(191B)
----app.wxss(194B)
----app.js(1KB)
----README.md(2KB)
----project.config.json(830B)
----utils()
--------util.js(460B)

网友评论