Merge branch 'main' of http://7d2f0537.r5.cpolar.top/WangWeiZhi/YanCheng_Metrology
This commit is contained in:
commit
4cd46bb095
|
@ -39,6 +39,12 @@ public class Score_1002 : ScoreBase
|
|||
});
|
||||
|
||||
TestPen3list.Clear();
|
||||
InSwitchCloseYDList.Clear();
|
||||
InSwitchOpenYDList.Clear();
|
||||
currentunInstallJieXian.Clear();
|
||||
currentInstallJieXian.Clear();
|
||||
installCover.Clear();
|
||||
currentInstallTestJieXian.Clear();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
@ -111,7 +117,7 @@ public class Score_1002 : ScoreBase
|
|||
{
|
||||
steps[3001].SetScore(true);
|
||||
}
|
||||
else if (para.ToString() == "任务接受完成")
|
||||
else if (para.ToString() == "工作预约完成")
|
||||
{
|
||||
steps[3002].SetScore(true);
|
||||
}
|
||||
|
|
|
@ -38,6 +38,9 @@ public class StepState_1002 : StepState
|
|||
public override void SetStepState(int num, int lastNum)
|
||||
{
|
||||
Debug.Log("切换步骤"+num);
|
||||
//删除手里的东西
|
||||
LiveSceneManager.Instance?.OnCheckSubProcess();
|
||||
|
||||
if (num == 3001)
|
||||
{
|
||||
//查看任务单
|
||||
|
|
Loading…
Reference in New Issue