فهرست منبع

购买马蹄金提示文字修改

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;