فهرست منبع

合成补充提交

zhangyuqian 10 ماه پیش
والد
کامیت
e37f589a82
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Views/MiniGame/MergeGameView.cs

+ 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)
             {