bug修改

This commit is contained in:
2026-06-02 09:38:19 +08:00
parent a0dcff45fd
commit 97610ede05
3 changed files with 24 additions and 24 deletions
@@ -135,6 +135,7 @@ namespace BingoBrain
ui.com_cardplay.cont_text.selectedIndex = model.CardBoardCountIndex;
ui.type.selectedIndex = model.CardBoardCountIndex;
ui.btn_ballon.visible = !IsBallonCD;
(ui.btn_ballon as btn_balloon).cash_text.text = $" {GameHelper.GetDynamicReward(102, GameHelper.GetCommonModel().ballonReward102):N}";
ui.btn_ballon.SetClick(OnClickBalloon);
ui.btn_ballon.sortingOrder = 100;
@@ -286,6 +287,7 @@ namespace BingoBrain
if (ui.btn_ballon.visible)
{
MoveToOtherSide();
(ui.btn_ballon as btn_balloon).cash_text.text = $" {GameHelper.GetDynamicReward(102, GameHelper.GetCommonModel().ballonReward102):N}";
}
}
}