uni-app集成uView后

运行报错

VM93:5 app.js错误: TypeError: Cannot read property 'mark' of undefined

这是因为js语法兼容问题。

打开增强编译 的选项来增强 ES6转ES5 的能力,可以解决这个问题。

uni-app uView 集成遇到问题VM93:5 app.js错误: TypeError: Cannot read property 'mark' of undefined

 

打开后问题解决。

 

相关文章:

  • 2021-05-18
  • 2021-07-01
  • 2021-09-21
  • 2021-12-09
  • 2021-09-14
  • 2021-06-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-08-28
  • 2021-07-16
  • 2021-09-09
  • 2021-06-26
相关资源
相似解决方案