From cb904dda1950e4212df922a98d0822fa11c9d259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CCongG=E2=80=9D?= Date: Wed, 15 Jan 2025 17:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E8=8A=82=E6=A0=8F=E4=B8=AD=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E6=9C=89=E3=80=90=E5=86=85=E5=AE=B9=E4=BB=8B=E7=BB=8D?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/_Scripts/Application/UI/OperationStepPanel.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Assets/_Scripts/Application/UI/OperationStepPanel.cs b/Assets/_Scripts/Application/UI/OperationStepPanel.cs index f22ef33..f42d973 100644 --- a/Assets/_Scripts/Application/UI/OperationStepPanel.cs +++ b/Assets/_Scripts/Application/UI/OperationStepPanel.cs @@ -136,6 +136,13 @@ namespace ZXK.LouDiXvMuNiu if (item[3].Equals(ConstCtrl.TASKTYPE_Tran) || item[3].Equals(ConstCtrl.TASKTYPE_Finish) || item[3].Equals(ConstCtrl.TASKTYPE_VideoAuto)) continue; + + if (GameManager.Instance._StateContext.GetState().Name.Equals("ExamState") + && item[1].Equals(ConstCtrl.TaskName_JieShao)) + { + continue; + } + if (!item[1].Equals(bigStep)) { bigStepIndex++;