HBuilder 编译没有错误,但是在微信小程序运行的时候总是提示
Uncaught TypeError: Cannot read property 'call' of undefined
VM13289 WAService.js:1 Uncaught TypeError: Cannot read property 'call' of undefined
at __webpack_require__ (bootstrap:90)
at Object.<anonymous> (main.js:8)
at Object.<anonymous> (main.js:31)
at __webpack_require__ (bootstrap:90)
at checkDeferredModules (bootstrap:47)
at Array.webpackJsonpCallback [as push] (bootstrap:34)
at main.js:3
at require (VM13289 WAService.js:1)
at VM13289 WAService.js:1
at app.js? [sm]:4
重新编译 再运行 有很大几率不出现这样的错误,感觉完全靠运气。
已经 百度 谷歌了很多,始终找不到问题出在了哪里。
其中有有一条是 说因为 js 文件和vue 文件分开了,而且两个文件名字相同 才会出现这样的错误。
这三张图是错误信息。
看起来是 在创建 页面的时候有错误。
而且每次报错的页面也不一样。
有哪位大神能告诉我 那里有问题吗?
谢谢