修改bug
This commit is contained in:
@@ -738,7 +738,7 @@ namespace BingoBrain
|
||||
|
||||
if (GameHelper.isRDExchangeMode())
|
||||
{
|
||||
ui.com_task.text_payer.SetVar("amt", "<img src='ui://pmf3wbji112epi7'/>" + makeupTaskData.amount).FlushVars();
|
||||
ui.com_task.text_payer.SetVar("amt", "<img src='ui://o9974uc5t9w7c3'/>" + makeupTaskData.amount).FlushVars();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -922,7 +922,7 @@ namespace BingoBrain
|
||||
|
||||
for (int i = 0; i < btn_list.Count; i++)
|
||||
{
|
||||
btn_list[i].text_ch.text = (GameHelper.isRDExchangeMode() ? "<img src='ui://pmf3wbji112epi7'/>" : "") + GameHelper.Get102Str_new(makeup_list[i].item_need);
|
||||
btn_list[i].text_ch.text = (GameHelper.isRDExchangeMode() ? "<img src='ui://o9974uc5t9w7c3'/>" : "$") + makeup_list[i].item_need;
|
||||
Debug.Log(makeup_list[i].item_need);
|
||||
btn_list[i].index.selectedIndex = i;
|
||||
if (i >= saveingpot_history.Count)
|
||||
|
||||
Reference in New Issue
Block a user