zhaoyang 2 жил өмнө
parent
commit
009e810e80

+ 9 - 0
GameClient/Assets/Game/HotUpdate/Views/RechargeStore/StoreView.cs

@@ -3,6 +3,8 @@ using UI.CommonGame;
 using FairyGUI;
 using System.Collections.Generic;
 using ET;
+using UnityEngine;
+// using System.Diagnostics;
 
 namespace GFGGame
 {
@@ -42,6 +44,13 @@ namespace GFGGame
             isfullScreen = true;
             this.bringToFontOnClick = false;
 
+            StoreTabCfg charge = StoreTabCfgArray.Instance.GetCfgByfunctionId(ConstFunctionId.STORE_CHARGE);
+            Debug.Log("charge[0]" + charge.subTabArr[0][0]);
+            Debug.Log("charge[0]" + charge.subTabArr[0][1]);
+            Debug.Log("charge[0]" + charge.subTabArr[0][2]);
+            Debug.Log("charge[1]" + charge.subTabArr[1][0]);
+            Debug.Log("charge[1]" + charge.subTabArr[1][1]);
+            Debug.Log("charge[1]" + charge.subTabArr[1][2]);
             StoreTabCfg arenaTab = StoreTabCfgArray.Instance.GetCfgByfunctionId(ConstFunctionId.STORE_ARENA);
             _arenaSubTab.Add(new List<string>() { arenaTab.subTabArr[0][0], arenaTab.subTabArr[0][1] });
             for (int i = ArenaDataManager.Instance.SeasonId; i > 0; i--)

BIN
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes