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