hch
2025-12-09 c3bbfe2736a773f9f03fa25c0575608e9ee6c13c
Main/System/CustomizedGift/CustomizedGiftChooseWin.cs
@@ -142,7 +142,7 @@
        {
            txtTitle.SetActive(true);
            txtInfo.SetActive(true);
            txtTitle.text = StringUtility.Contact(ItemConfig.Get(selectItemID).ItemName, " x", selectIemCount.ToString());
            txtTitle.text = StringUtility.Concat(ItemConfig.Get(selectItemID).ItemName, " x", selectIemCount.ToString());
            txtInfo.text = ItemConfig.Get(selectItemID).Description;
        }
        else