uni-app中未修改代码突现错误:Uncaught TypeError: Cannot read property 'importObject' of undefined
uni-app中未修改代码突现错误:Uncaught TypeError: Cannot read property ‘importObject’ of undefined
reportJSException >>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->
Uncaught TypeError: Cannot read property 'importObject' of undefined
at eval (<anonymous>:14:24)
at eval (<anonymous>:136:30)
at (app-service.js:177809:1)
at webpack_require (app-service.js:80:30)
at eval (<anonymous>:13:36)
at eval (<anonymous>:959:30)
at (app-service.js:177776:1)
at webpack_require (app-service.js:80:30)
at eval (<anonymous>:2:565)
at (app-service.js:177765:1)
开发环境 | 版本号 | 项目创建方式 |
---|---|---|
更多关于uni-app中未修改代码突现错误:Uncaught TypeError: Cannot read property 'importObject' of undefined的实战教程也可以访问 https://www.itying.com/category-93-b0.html
2 回复
应该是还没有引用,你就使用importObject了。可以先给importObject初始化默认值
更多关于uni-app中未修改代码突现错误:Uncaught TypeError: Cannot read property 'importObject' of undefined的实战教程也可以访问 https://www.itying.com/category-93-b0.html