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); }