MiniProgramError
Assert 1205, please go to https://github.com/cocos-creator/engine/blob/master/EngineErrorMap.md#1205 to see details.
Error: Assert 1205, please go to https://github.com/cocos-creator/engine/blob/master/EngineErrorMap.md#1205 to see details.
at Object.console.log.apply.cc.assert (wx7095f7fa398a2f30/plugin.js
272219)
at Object.69.cc.assertID (wx7095f7fa398a2f30/plugin.js
270436)
at 70.cc.Director.runScene (wx7095f7fa398a2f30/plugin.js
277378)
at at (subpackage1/game.js:33:25)
at at (wx7095f7fa398a2f30/plugin.js
339774)
at Function. (wx7095f7fa398a2f30/plugin.js
806947)
at at (WAGameSubContext.js
157229)
MiniProgramError
Cannot set property ‘path’ of undefined
TypeError: Cannot set property ‘path’ of undefined
at o._initPath (wx7095f7fa398a2f30/plugin.js
342334)
at o.init (wx7095f7fa398a2f30/plugin.js
341928)
at _.init (wx7095f7fa398a2f30/plugin.js
338857)
at bundle (wx7095f7fa398a2f30/plugin.js
360552)
at Object.create (wx7095f7fa398a2f30/plugin.js
360139)
at at (wx7095f7fa398a2f30/plugin.js
335902)
at Function. (wx7095f7fa398a2f30/plugin.js
806947)
at at (WAGameSubContext.js
157229)
自己测试没问题,
云测试部分安卓手机报错。
查了下Cannot set property ‘path’ of undefined可能因为重复loadBundle同一个包导致,
有没有大佬帮看下是不是我代码写的有问题
1.首先去预加载场景
2.等用户点击按钮时真正加载场景

