Ver código fonte

点击浆洗材料报错

zhaoyang 2 anos atrás
pai
commit
ae9c1689ad

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/ClothingFoster/ClothingFosterView.cs

@@ -99,7 +99,7 @@ namespace GFGGame
         {
             int[] itemData = (int[])(context.data as GComponent).data;
             // ViewManager.Show(ViewName.APPROACH_OF_ITEM_VIEW, new object[] { itemData[0], new object[] { typeof(ClothingView).FullName, (this.viewData as object[])[4] }, itemData[1] });
-            object[] sourceDatas = new object[] { itemData[0], new object[] { typeof(ClothingView).FullName, (this.viewData as object[])[4] }, itemData[1] };
+            object[] sourceDatas = new object[] { itemData[0], new object[] { typeof(ClothingView).FullName, (this.viewData as object[])[3] }, itemData[1] };
             GoodsItemTipsController.ShowItemTips(itemData[0], sourceDatas);
         }