Commit 9aca0a4c authored by liujiangnan's avatar liujiangnan

debug

parent 3a5ae1e4
......@@ -49,8 +49,6 @@ export default class NewClass extends middleLayerBase {
const tips = cc.find('middleLayer/confirmLayer/confirm_bg');
tips.width = label.width + 50;
tipsLayer.active = true;
const yesBtn = cc.find('middleLayer/confirmLayer/confirm_bg/btn_yes');
buttonOnceClick(yesBtn, (evt) => {
yesFun && yesFun(evt);
......@@ -61,6 +59,9 @@ export default class NewClass extends middleLayerBase {
noFun && noFun(evt);
tipsLayer.active = false;
});
this.schedule(function() {
tipsLayer.active = true;
});
}
showMask() {
......
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