修改bug

This commit is contained in:
2026-05-18 16:03:00 +08:00
parent 137f9020b8
commit f9974367d7
13 changed files with 246 additions and 81 deletions
@@ -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)