升级到 8.0.56 版本后会有的问题,之前是 ok 的。
复现步骤:
- 聊天 or 公众号直接打开「链接/公众号文章」
- 右上角选择「在小程序工具中打开」
- 选择小程序唤起
- wx.onAppShow 未监听到 1173 场景事件
相关配置:
"supportedMaterials": [{
"materialType": "text/html",
"name": "用${nickname}打开",
"desc": "xxx",
"path": "xxx"
},
],
wx.onAppShow(function (res) {
if (res.scene === 1173) {
// xxx
}
});
