浏览代码

购买马蹄金提示文字修改

huangxiaoyue 1 年之前
父节点
当前提交
c0c82bd3fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/EnduringGiftBox/EnduringGiftBoxView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/EnduringGiftBox/EnduringGiftBoxView.cs

@@ -155,7 +155,7 @@ namespace GFGGame
             }
 
             _ui.m_txtNum.text = showTxt;
-            _ui.m_txtPromptExt.text = string.Format("除了上述购买{0}途径,我们还提供了更多的优惠礼包选择", itemCfg.name);
+            _ui.m_txtPromptExt.text = string.Format("除了上述购买{0}途径,我们还提供了更多的优惠礼包选择", itemCfg.name);
             _ui.m_list.itemRenderer = ListItemRender;
             _ui.m_list.numItems = _shopCfgList.Count;
             _ui.m_list.visible = true;