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)