Browse Source

卡牌奖励文本修改

zhangyuqian 1 year ago
parent
commit
40914abda0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Card/CardStarRewardView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Card/CardStarRewardView.cs

@@ -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))