Browse Source

抽奖引导

zhaoyang 2 years ago
parent
commit
22643bcb54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxView.cs

@@ -397,7 +397,7 @@ namespace GFGGame
         protected override void UpdateToCheckGuide(object param)
         {
             if (!ViewManager.CheckIsTopView(this.viewCom)) return;
-            GObject gObject = _ui.m_listBg.GetChildAt(0);
+            GObject gObject = _ui.m_listBg.GetChildAt(_curIndex);
             if (gObject == null) return;
             GButton btnBuyTen = gObject.asCom.GetChild("btnBuyTen").asButton;