Commit c662e598 authored by limingzhe's avatar limingzhe

fix: debug

parent 63b6eb03
This diff is collapsed.
......@@ -783,8 +783,7 @@ cc.Class({
this.initVideo();
// setTimeout(() => {
// this.showComposeBtn();
// this.showComposeBtn();
// }, 5000);
},
......@@ -1845,7 +1844,8 @@ cc.Class({
this.composeBtn.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);
......
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