You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM53:1 webviewScriptError
Cannot read property 'appId' of undefined;[Exparser] [Error] [Component] Property Observer Error @ wx-web-view#srcChange
TypeError: Cannot read property 'appId' of undefined
at n.srcChange (WAWebview.js:1:908244)
at Function.i.safeCallback (WAWebview.js:1:139878)
at n.<anonymous> (WAWebview.js:1:231858)
at a.doUpdates (WAWebview.js:1:247651)
at e (WAWebview.js:1:1283668)
at s (WAWebview.js:1:1286351)
at e (WAWebview.js:1:1271776)
at e (WAWebview.js:1:1271907)
at w (WAWebview.js:1:1238338)
at p (WAWebview.js:1:1239364)
问题描述
使用企业认证的小程序appId打开项目,使用WebView组件回报错
复现步骤
[复现问题的步骤]
taro init test
WebView组件
,修改pages/index/index.jsx
文件render
的返回值为<WebView src='https://mp.weixin.qq.com/' />
期望行为
正确打开页面
报错信息
系统信息
补充信息
参考地址
The text was updated successfully, but these errors were encountered: