const eventChannel = this.getOpenerEventChannel()
var that = this
eventChannel.on('pageData', function (data) {
console.log(data)
that.setData(data)
})
报错就在eventChannel是个undefined,然后.on()方法没办法调用,然后就崩溃了。
几乎都出现在iOS16以下的iPhone13上面,微信是最新版本。安卓没有任何问题。
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。