From fedb9cbc57ba34638ce3c319b648d3506fe5b155 Mon Sep 17 00:00:00 2001 From: YangHua <1475658476@qq.com> Date: Thu, 23 Nov 2023 19:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=BF=E9=97=B4=E5=88=A4?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Temp/Scripts/View_Panel2.cs | 23 +++++---- Assets/Zion/Scripts/Adam/Data/RoomData.cs | 17 +++++++ Assets/Zion/Scripts/Adam/GameManager.cs | 47 ++++++++++++------- Assets/Zion/Scripts/Adam/UIBootstrap.cs | 14 ++++++ .../Zion/Scripts/Adam/Utility/GlobalFlag.cs | 3 ++ .../Scripts/Adam/Utility/Net/AsyncWebReq.cs | 2 +- 6 files changed, 79 insertions(+), 27 deletions(-) diff --git a/Assets/Temp/Scripts/View_Panel2.cs b/Assets/Temp/Scripts/View_Panel2.cs index 8bc142c7..7c3da242 100644 --- a/Assets/Temp/Scripts/View_Panel2.cs +++ b/Assets/Temp/Scripts/View_Panel2.cs @@ -453,7 +453,7 @@ public class View_Panel2 : XUIPanel selector_panl.gameObject.SetActive(true); CreateAllUser(userData.data); EliminateAccount(); - Debug.Log($"currentSubjectID+currentSeatID=" + currentSubjectID + "=" + currentSeatID); + Debug.Log($"currentSubjectID+currentSeatID={ currentSubjectID }={currentSeatID}"); }); if (GlobalFlag.currentUser.role_code.Equals("04") || GlobalFlag.currentUser.role_code.Equals("05")) { @@ -523,7 +523,6 @@ public class View_Panel2 : XUIPanel } } - public RSData.RoomSubjectData currentRoomData = new RSData.RoomSubjectData(); public void CreateRoomBase(string roomId, string name) { @@ -533,7 +532,7 @@ public class View_Panel2 : XUIPanel roomItem.transform.Find("view_btn").GetComponent