|
@@ -155,7 +155,7 @@ namespace GFGGame
|
|
}
|
|
}
|
|
|
|
|
|
_ui.m_txtNum.text = showTxt;
|
|
_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.itemRenderer = ListItemRender;
|
|
_ui.m_list.numItems = _shopCfgList.Count;
|
|
_ui.m_list.numItems = _shopCfgList.Count;
|
|
_ui.m_list.visible = true;
|
|
_ui.m_list.visible = true;
|