bingo b面修改
This commit is contained in:
@@ -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 =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user