Commit 8fb3bbe8 authored by haiyoucuv's avatar haiyoucuv

init

parent e116cdf6
...@@ -35,7 +35,7 @@ export class PrizePanel extends Panel { ...@@ -35,7 +35,7 @@ export class PrizePanel extends Panel {
if (noOpen?.length) { if (noOpen?.length) {
this.okBtn2.active = true; this.okBtn2.active = true;
this.okBtn.active = false; this.okBtn.active = false;
this.okBtn.getComponentInChildren(Label).string = `继续开宝箱(${noOpen.length})`; this.okBtn2.getComponentInChildren(Label).string = `继续开宝箱*${noOpen.length}`;
} else { } else {
this.okBtn2.active = false; this.okBtn2.active = false;
this.okBtn.active = true; this.okBtn.active = true;
......
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