Commit a3a92a7f authored by haiyoucuv's avatar haiyoucuv

1

parent b4223bc7
No preview for this file type
......@@ -144,8 +144,7 @@ export default class IndexScene extends Scene {
this.btn.y = 9;
this.shareBtn.visible = false;
this.cutLabel.visible = false;
this.tipsLabel.visible = true;
this.tipsLabel.text = '活动已结束';
this.tipsLabel.visible = false;
return;
}
// console.log(res);
......@@ -215,8 +214,7 @@ export default class IndexScene extends Scene {
this.btn.y = 9;
this.shareBtn.visible = false;
this.cutLabel.visible = false;
this.tipsLabel.visible = true;
this.tipsLabel.text = '活动已结束';
this.tipsLabel.visible = false;
} else {
this.btn.visible = false;
this.shareBtn.visible = false;
......
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