Commit c662e598 authored by limingzhe's avatar limingzhe

fix: debug

parent 63b6eb03
This diff is collapsed.
...@@ -783,8 +783,7 @@ cc.Class({ ...@@ -783,8 +783,7 @@ cc.Class({
this.initVideo(); this.initVideo();
// setTimeout(() => { // setTimeout(() => {
// this.showComposeBtn(); // this.showComposeBtn();
// }, 5000); // }, 5000);
}, },
...@@ -1845,7 +1844,8 @@ cc.Class({ ...@@ -1845,7 +1844,8 @@ cc.Class({
this.composeBtn.active = true; this.composeBtn.active = true;
this.composeBtn.parent.active = true; this.composeBtn.parent.active = true;
const videoBg = cc.find("Canvas/hose/video_bg") const videoBg = cc.find("Canvas/house/video_bg");
videoBg.active = false;
this.addBtnAppearAnim(this.composeBtn); this.addBtnAppearAnim(this.composeBtn);
......
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