Commit 4a7b541f authored by liujiangnan's avatar liujiangnan

debug

parent e9cae261
...@@ -141,7 +141,7 @@ cc.Class({ ...@@ -141,7 +141,7 @@ cc.Class({
cc.assetManager.loadBundle(scene.bondleUrl, { version: scene.version }, (err, bundle) => { cc.assetManager.loadBundle(scene.bondleUrl, { version: scene.version }, (err, bundle) => {
console.log(`${scene.bondleUrl}---场景开始loadBundle----`); console.log(`${scene.bondleUrl}---场景开始loadBundle----`);
if(!bundle){ if(!bundle){
console.log(err); console.log("=====liu=======", err);
_this.loadedCount++; _this.loadedCount++;
_this.updateProcessBar(); _this.updateProcessBar();
i++; i++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment