ianho / xing-weapp-editor

开箱即用的微信小程序图文编辑组件
MIT License
105 stars 15 forks source link

有个报错 #9

Open kaixinhaha1234 opened 5 years ago

kaixinhaha1234 commented 5 years ago

thirdScriptError Cannot read property 'forEach' of undefined; [Component] Lifetime Method Error @ components/xing-editor#attached TypeError: Cannot read property 'forEach' of undefined at c.insertNodes (http://127.0.0.1:26121/appservice/components/xing-editor.js:86:15) at c.insertNodesOrHtml (http://127.0.0.1:26121/appservice/components/xing-editor.js:81:12) at c.attached (http://127.0.0.1:26121/appservice/components/xing-editor.js:67:10) at r.safeCallback (http://127.0.0.1:26121/appservice/__dev__/WAService.js:14:15135) at r.call (http://127.0.0.1:26121/appservice/__dev__/WAService.js:14:14899) at t (http://127.0.0.1:26121/appservice/__dev__/WAService.js:14:28375) at t (http://127.0.0.1:26121/appservice/__dev__/WAService.js:14:28688) at t (http://127.0.0.1:26121/appservice/__dev__/WAService.js:14:28630) at u (http://127.0.0.1:26121/appservice/__dev__/WAService.js:14:28698) at Function.s.pretendAttached (http://127.0.0.1:26121/appservice/__dev__/WAService.js:15:6642)

MinggengSun commented 5 years ago

在js文件里找到forEach,判断nodeList不等于undefined即可