ソースを参照

购买马蹄金提示文字修改

huangxiaoyue 1 年間 前
コミット
c0c82bd3fc

+ 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;