소스 검색

同步单位

zhaoyang 2 년 전
부모
커밋
f80f5af2d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/CommonGame/ApproachView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/CommonGame/ApproachView.cs

@@ -46,7 +46,7 @@ namespace GFGGame
             _itemId = (int)viewData[0];
             _fromeViewDatas = viewData[1] as object[];
             // _needCount = viewData.Length > 2 ? (int)viewData[2] : 0;
-            long needCount = viewData.Length > 2 ? (long)viewData[2] : 0;
+            int needCount = viewData.Length > 2 ? (int)viewData[2] : 0;
             _needCount = (int)needCount;
 
             SetData();