fix:1、修复bug

This commit is contained in:
2026-07-14 17:56:40 +08:00
parent bb84cea894
commit 447c7b7bc7
17 changed files with 71 additions and 77 deletions
@@ -408,7 +408,7 @@ namespace RedHotRoast
{
decimal coin = DataMgr.Ticket.Value;
coin *= (decimal)GameHelper.GetExchangeRateVo().Multi;
// coin *= (decimal)GameHelper.GetExchangeRateVo().Multi;
if (ui.com_money is com_money comMoney) comMoney.text_gold.text = coin.ToString("0.00");
}