使用weui,在2.10.4基础库上出现渲染错误
“useExtendedLib”: {
"weui": true
},
“usingComponents”: {
"mp-icon": "weui-miniprogram/icon/icon",
"mp-loading": "weui-miniprogram/loading/loading",
"mp-actionSheet": "weui-miniprogram/actionsheet/actionsheet"
},
<mp-icon icon=“add2” class=‘addIcon’ type=“field” color=“#6cb1eb” size=“{{25}}”></mp-icon>
<mp-loading type=“circle” class=‘loading’ tips=“{{‘’}}” wx:if=“{{isGettingStatus}}”></mp-loading>
[渲染层错误] TypeError: Cannot read property ‘replace’ of undefined
at rewritor (http://127.0.0.1:41300/__pageframe__/__extendedlib__/weui/latest/pageframe.js:176:44)
at http://127.0.0.1:41300/__pageframe__/__extendedlib__/weui/latest/pageframe.js:194:127
[渲染层错误] webviewScriptError
Cannot read property ‘replace’ of undefined
TypeError: Cannot read property ‘replace’ of undefined
at rewritor (http://127.0.0.1:41300/__pageframe__/__extendedlib__/weui/latest/pageframe.js:176:44)
at http://127.0.0.1:41300/__pageframe__/__extendedlib__/weui/latest/pageframe.js:194:127
[渲染层错误] Uncaught
