Commit 888aab8a authored by liujiangnan's avatar liujiangnan

feat

parent 965ae167
...@@ -361,10 +361,10 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -361,10 +361,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
web_container.active = false; web_container.active = false;
} }
onDestroy() { // onDestroy() {
setTimeout(() => { // setTimeout(() => {
cc.find(`Canvas/bg/webContainer`).active = false; // cc.find(`Canvas/bg/webContainer`).active = false;
}, 5000); // }, 5000);
} // }
} }
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