hch
2025-10-30 494fb208f2d95664dc7d9b87a64eac8d0ad9870c
Main/System/Store/BuyItemWin.cs
@@ -85,7 +85,7 @@
        limitText.text = limitStr;
        moneyIcon.SetIconWithMoneyType(shopConfig.MoneyType);
        moneyText.text = UIHelper.ShowUseMoney(shopConfig.MoneyType, shopConfig.MoneyNum * useCnt);
        moneyText.text = UIHelper.ShowUseMoney(shopConfig.MoneyType, shopConfig.MoneyNum * useCnt, false);
    }