Browse Source

成长基金空格测试提交

zhangyuqian 1 year ago
parent
commit
71c6517d5d

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/Store/StoreGrowthFundView.cs

@@ -122,6 +122,7 @@ namespace GFGGame
                 _ui.m_list.numItems = GrowthFundCfgArray.Instance.dataArray.Length;
                 _ui.m_list.numItems = GrowthFundCfgArray.Instance.dataArray.Length;
             }
             }
         }
         }
+
         private void ListItemRenderer(int index, GObject obj)
         private void ListItemRenderer(int index, GObject obj)
         {
         {
             UI_GrowthFundItemUI item = UI_GrowthFundItemUI.Proxy(obj);
             UI_GrowthFundItemUI item = UI_GrowthFundItemUI.Proxy(obj);