|
@@ -510,7 +510,7 @@ namespace GFGGame
|
|
|
|
|
|
int needCount = cardStarCfg.materiarsArr[index][1];
|
|
|
int hasCount = ItemDataManager.GetItemNum(cardStarCfg.materiarsArr[index][0]);
|
|
|
- listItem.m_txtNeedCount.text = StringUtil.GetColorText(needCount.ToString(), hasCount < needCount ? "#D27869" : "#FDF3D7"); ;
|
|
|
+ listItem.m_txtNeedCount.text = StringUtil.GetColorText(needCount.ToString(), hasCount < needCount ? "#FDF3D7" : "#D27869"); ;
|
|
|
listItem.m_txtHasCount.text = hasCount.ToString();
|
|
|
listItem.m_btnPlus.visible = false;
|
|
|
if (listItem.m_btnPlus.data == null)
|