From a1ec0fd6396ce6eddada81560240fc5483fb4741 Mon Sep 17 00:00:00 2001 From: songwei Date: Wed, 19 Sep 2018 10:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=88=BF=E9=97=B4=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E4=B8=8D=E5=81=9A=E5=B1=9E=E6=80=A7=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MatchvsDemo_Egret/manifest.json | 6 +++--- MatchvsDemo_Egret/src/screen/RoomListUI.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MatchvsDemo_Egret/manifest.json b/MatchvsDemo_Egret/manifest.json index ba9ac10..8641a71 100644 --- a/MatchvsDemo_Egret/manifest.json +++ b/MatchvsDemo_Egret/manifest.json @@ -13,7 +13,7 @@ ], "game": [ "bin-debug/Game/GameUser.js", - "bin-debug/util/Toast.js", + "bin-debug/screen/GameResult.js", "bin-debug/GameSceneView.js", "bin-debug/LoadingUI.js", "bin-debug/Main.js", @@ -25,7 +25,7 @@ "bin-debug/matchvs/MsEvent.js", "bin-debug/matchvs/MsResponse.js", "bin-debug/screen/ErrorNote.js", - "bin-debug/screen/GameResult.js", + "bin-debug/GamePlayView.js", "bin-debug/screen/Lobby.js", "bin-debug/screen/Login.js", "bin-debug/screen/MatchProperty.js", @@ -37,6 +37,6 @@ "bin-debug/screen/RoomListUI.js", "bin-debug/screen/StartModelUI.js", "bin-debug/util/MD5.js", - "bin-debug/GamePlayView.js" + "bin-debug/util/Toast.js" ] } \ No newline at end of file diff --git a/MatchvsDemo_Egret/src/screen/RoomListUI.ts b/MatchvsDemo_Egret/src/screen/RoomListUI.ts index b6a8576..f568265 100644 --- a/MatchvsDemo_Egret/src/screen/RoomListUI.ts +++ b/MatchvsDemo_Egret/src/screen/RoomListUI.ts @@ -73,7 +73,7 @@ class RoomListUI extends eui.Component implements eui.UIComponent { let filter = new MsRoomFilterEx(GameData.createRoomInfo.maxPlayer, GameData.createRoomInfo.mode, GameData.createRoomInfo.canWatch, - GameData.createRoomInfo.roomProperty, 0, 1, 1, 0, 0, 3); + "", 0, 1, 1, 0, 0, 3); mvs.MsEngine.getInstance.getRoomListEx(filter); }