Commit effcb37e authored by 范雪寒's avatar 范雪寒

feat: reloadBundle

parent 9d114e16
...@@ -1206,7 +1206,7 @@ ...@@ -1206,7 +1206,7 @@
"__id__": 34 "__id__": 34
} }
], ],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 37 "__id__": 37
...@@ -3778,8 +3778,8 @@ ...@@ -3778,8 +3778,8 @@
"_isAbsBottom": true, "_isAbsBottom": true,
"_isAbsHorizontalCenter": true, "_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true, "_isAbsVerticalCenter": true,
"_originalWidth": 0, "_originalWidth": 1280,
"_originalHeight": 0, "_originalHeight": 720,
"_id": "1bqJ4tHIpFjZymhKtOdYgN" "_id": "1bqJ4tHIpFjZymhKtOdYgN"
}, },
{ {
......
...@@ -418,7 +418,7 @@ cc.Class({ ...@@ -418,7 +418,7 @@ cc.Class({
reloadBundle() { reloadBundle() {
const { sceneName, version, bondleUrl } = this.currentBundleInfo; const { sceneName, version, bondleUrl } = this.currentBundleInfo;
console.log('reloadBundle');
this.loadBundle(sceneName, version, bondleUrl); this.loadBundle(sceneName, version, bondleUrl);
}, },
......
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