控制台出错是什么情况
thirdScriptError
sdk uncaught third Error
module "pages/index/index.js" is not defined
Error: module "pages/index/index.js" is not defined
at require (http://127.0.0.1:47738/appservice/__dev__/WAService.js:19:7163)
at <anonymous>:7:7
at HTMLScriptElement.scriptLoaded (http://127.0.0.1:47738/appservice/appservice?t=1536219752753:1185:23)
console.error @ VM508:1
(anonymous) @ WAService.js:4
(anonymous) @ WAService.js:4
a @ appservice?t=1536219752753:1109
window.onerror @ VM508:1
scriptLoaded @ appservice?t=1536219752753:1185
VM560:1 Thu Sep 06 2018 15:42:34 GMT+0800 (中国标准时间) appservice 生成错误
VM560:2 file: pages/index/index.js
unknown: Unexpected token, expected , (20:8)
18 | //事件处理函数
19 |
> 20 | onLoad: function () {
| ^
21 |
22 |
23 | }