Parcourir la source

合成补充提交

zhangyuqian il y a 10 mois
Parent
commit
e37f589a82

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Views/MiniGame/MergeGameView.cs

@@ -322,6 +322,10 @@ namespace GFGGame
                 return;
             }
             int index = indexX * itemNum + indexY;
+            if(index >= 20)
+            {
+                index = index - 1;
+            }
             bool result = await MiniGameProxy.ReqMergeGameSellBtn(materialID, index);
             if(result)
             {