-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(runtime-mini): 修复微信转支付宝 data 更新未触发 observers 的问题 (#9)
* feat(runtime-mini): 添加对 data 的 observers,使用支付宝原生 observers 时关闭自实现 * feat(runtime-mini): 修改 changeData 的初始化位置,删除 JSON.stringify 的高耗时使用 * feat(runtime-mini): 添加 hackSetData 方法用于监听 setData 的数据变化 * feat(runtime-mini): 删除废弃变量 * feat(runtime-mini): 修改变量 MOR_PREV_DATA 为实例内部
- Loading branch information
Showing
2 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters