lcy
2 天以前 4b1247636bb04a0f0491537cb9853cd0b2101367
Main/System/Store/StoreCell.cs
@@ -86,7 +86,14 @@
            freeButton.SetActive(false);
            lockTip.text = "";
            priceIcon.SetIconWithMoneyType(storeData.storeConfig.MoneyType);
            if (storeData.storeConfig.MoneyType <= 0)
            {
                priceIcon.SetItemSprite(storeData.storeConfig.CostItemID);
            }
            else
            {
                priceIcon.SetIconWithMoneyType(storeData.storeConfig.MoneyType);
            }
            priceText.text = storeData.storeConfig.MoneyNum.ToString();
            if (storeData.storeConfig.MoneyOriginal == 0)