小白求解

Simulator: 7318:mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.createat a (F:\GitHub\TTGamePlaza\library\bundle.project.js?009:NaN:0)

模拟器运行有这个提示,在真机运行直接错误,跑不起来

这个报错是因为在代码中使用了 es6 的继承方式。并不会导致无法运行。请检查真机运行中的详细报错信息。也可以将完整的报错信息贴出来,大家一起看看是什么原因导致无法运行。

@natural-law

这个报错不会有影响,跑不起来应该是别的原因导致的。