From d76edf84957e1ab1f68d7e150a57ba1878d2f10d Mon Sep 17 00:00:00 2001 From: YangHua <1475658476@qq.com> Date: Fri, 24 Nov 2023 19:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=80=81=E5=8A=BF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=91=98=E7=99=BB=E5=BD=95=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96=E6=89=80=E6=9C=89player?= =?UTF-8?q?=E7=9A=84=E4=BF=A1=E6=81=AF=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Temp/Scripts/View_Panel2.cs | 2 +- .../AdamTraining_pilot_terminal_panl 1.unity | 39 ++++++++++++++++++- Assets/Zion/Scripts/Adam/GameManager.cs | 3 +- 3 files changed, 40 insertions(+), 4 deletions(-) diff --git a/Assets/Temp/Scripts/View_Panel2.cs b/Assets/Temp/Scripts/View_Panel2.cs index 3ff00ae9..d05bfc6e 100644 --- a/Assets/Temp/Scripts/View_Panel2.cs +++ b/Assets/Temp/Scripts/View_Panel2.cs @@ -457,7 +457,7 @@ public class View_Panel2 : XUIPanel EliminateAccount(); Debug.Log($"currentSubjectID+currentSeatID={ currentSubjectID }={currentSeatID}"); }); - if (GlobalFlag.currentUser.role_code.Equals("04") || GlobalFlag.currentUser.role_code.Equals("05")) + if (GlobalFlag.currentUser.role_code.Equals("04") || GlobalFlag.currentUser.role_code.Equals("05") || GlobalFlag.currentUser.role_code.Equals("02")) { seatTemp.transform.GetChild(3).GetComponent