https://developers.weixin.qq.com/miniprogram/dev/framework/client-lib/version.html
基础版本库调整后,导致线上小程序功能出现问题,在开发工具中提示的错误信息如下:
MiniProgramError
Cannot read properties of undefined (reading '__wxWebviewId__')
TypeError: Cannot read properties of undefined (reading '__wxWebviewId__')
at __wxWebviewId__ (common.js:6697:48)
at draw (visitorPages/visitorPages/actions/actions.js:301:26)
at createQrCode (visitorPages/visitorPages/actions/actions.js:293:10)
at createQr (visitorPages/visitorPages/actions/actions.js:491:12)
at call (common.js:4428:20)
at pi. (WASubContext.js:1:463549)
at s.__callPageLifeTime__ (WASubContext.js:1:463342)
at $t.dt (WASubContext.js:1:457832)
query._defaultComponent 参数文档没有公开,不要使用,3.0.0 的版本没有这个参数的。
// var _webviewId = query._defaultComponent.__wxWebviewId__
var _webviewId = curPages[curPages.length-1].__wxWebviewId__
你好,appid和复现场景提供下呢
点击个人中心--》 邀请有礼页面 进入到这个页面就会报错,可以用自己的手机号直接登录
我也是这个问题,切换版本库也还是报错
同样有问题,切换基础库版本也没用,整个晋西北乱成一锅粥了