bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
+4 -2
View File
@@ -71,8 +71,10 @@ namespace BingoBrain
private void SetRedeemCard(com_mall_carditem item, int count, int consume, Action<bool> action = null)
{
item.text_count.SetVar("count", count.ToString()).FlushVars();
item.text_number.text = consume.ToString();
item.btn_redeem.SetClick(() =>
item.btn_redeem_coin.title = consume.ToString();
item.btn_redeem_coin.type.selectedIndex = 1;
item.btn_redeem_coin.SetClick(() =>
{
TuSystem.Consume(102, consume, isSuccess =>
{