iphone8 ios 11.2.5,微信7.0.15,打开之后白屏,上传代码时已经是打开es5转es6跟增强编译了,控制台还是报一下的错,请问怎么解决,急急急!!!!!
SyntaxError
at line:37164,column:101392,SyntaxError: Unexpected token '...'. Expected a property name. Stack: (native code)
at evaluateScriptFile (WAServiceMainContext.js:2:101392)
at value (WAServiceMainContext.js:2:151116)
at (WAServiceMainContext.js:2:153691)
at forEach (native code)
at (WAServiceMainContext.js:2:153658)
at g (WAServiceMainContext.js:2:81684)
at y (WAServiceMainContext.js:2:81958)
at a (WAServiceMainContext.js:2:152783)
at (WAServiceMainContext.js:2:154232)
at (WAServiceMainContext.js:2:143891)
at (WAServiceMainContext.js:2:254859)
at (WAServiceMainContext.js:2:253827)
at forEach (native code)
at (WAServiceMainContext.js:2:253791)
at (WAServiceMainContext.js:2:254859)
at _ (WAServiceMainContext.js:2:78159)
global code
自己在taro添加了编译的include,将存在es6语法的依赖编译进去之后解决问题了。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)