|
@@ -69,7 +69,7 @@ namespace GFGGame
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- item.m_txtTitle.text = string.Format("词牌星级达到{0}星一阶", NumberUtil.GetChiniseNumberText(cardStarCfg.starLvl / 5));
|
|
|
+ item.m_txtTitle.text = string.Format("词牌星级达到{0}星", NumberUtil.GetChiniseNumberText(cardStarCfg.starLvl / 5));
|
|
|
}
|
|
|
string resPath = ResPathUtil.GetCardAnimationPath(cardData.resources[cardData.resIndex]);
|
|
|
if (index == 1 && YooAssets.CheckResExist(resPath))
|