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
thirdScriptError
Cannot read property 'setData' of undefined; [Component] Lifetime Method Error @ packages/touchui-wx-components/ui-v-tabs/dist/index#ready
TypeError: Cannot read property 'setData' of undefined
at r._initChildActive (http://127.0.0.1:39865/appservice/packages/touchui-wx-components/ui-v-tabs/dist/index.js:87:46)
at r._init (http://127.0.0.1:39865/appservice/packages/touchui-wx-components/ui-v-tabs/dist/index.js:75:12)
at ready (http://127.0.0.1:39865/appservice/packages/touchui-wx-components/ui-v-tabs/dist/index.js:68:10)
at r.safeCallback (http://127.0.0.1:39865/appservice/__dev__/WAService.js:14:1544)
at r.call (http://127.0.0.1:39865/appservice/__dev__/WAService.js:14:1308)
at i.p.triggerLifeTime (http://127.0.0.1:39865/appservice/__dev__/WAService.js:15:7042)
at http://127.0.0.1:39865/appservice/__dev__/WAService.js:16:8418
at d (http://127.0.0.1:39865/appservice/__dev__/WAService.js:16:10639)
at a (http://127.0.0.1:39865/appservice/appservice?t=1529139472121:1120:9472)
at e.registerCallback (http://127.0.0.1:39865/appservice/appservice?t=1529139472121:1120:9659)
通过断点发现是因为没有找到节点,具体怎么解决尚不清楚
The text was updated successfully, but these errors were encountered:
里面的tabItems 默认为空数组,然后通过setData来设置的话,会报错
通过断点发现是因为没有找到节点,具体怎么解决尚不清楚
The text was updated successfully, but these errors were encountered: