补交提示词修改
This commit is contained in:
parent
14e1b18773
commit
5a6fae3d7a
@ -277,20 +277,27 @@ namespace ZXK.LouDiXvMuNiu
|
|||||||
UpdateSelectItem(obj);
|
UpdateSelectItem(obj);
|
||||||
|
|
||||||
WordExplain(obj);
|
WordExplain(obj);
|
||||||
if (GameManager.Instance._DataNiuHandler.CurNiuHandler.Value.TaskName == ConstCtrl.TaskName_ActualOperation
|
if (GameManager.Instance._DataNiuHandler.CurNiuHandler.Value.TaskName == ConstCtrl.TaskName_ActualOperation)
|
||||||
&&GameManager.Instance._DataNiuHandler.CurNiuHandler.PreviousValue.ThreeTaskName!=
|
|
||||||
GameManager.Instance._DataNiuHandler.CurNiuHandler.Value.ThreeTaskName)
|
|
||||||
{
|
{
|
||||||
imgIntroduceGeo.SetActive(false);
|
imgIntroduceGeo.SetActive(false);
|
||||||
_introduceGeo.SetActive(false);
|
_introduceGeo.SetActive(false);
|
||||||
UI_Manage.Instance.HidePanel("ShowToastUIPrefab");
|
UI_Manage.Instance.HidePanel("ShowToastUIPrefab");
|
||||||
GameObject showTitleUIGeo = UI_Manage.Instance.ShowPanel("ShowTitleUIPrefab", Type.GetType("ZXK.LouDiXvMuNiu.ShowTitleUIPrefab"), UIGroup.Tip);
|
if (GameManager.Instance._DataNiuHandler.CurNiuHandler.PreviousValue.ThreeTaskName !=
|
||||||
showTitleUIGeo.GetComponent<ShowTitleUIPrefab>().SetTextAudMsg(obj.ThreeTaskName, null, () =>
|
GameManager.Instance._DataNiuHandler.CurNiuHandler.Value.ThreeTaskName)
|
||||||
|
{
|
||||||
|
GameObject showTitleUIGeo = UI_Manage.Instance.ShowPanel("ShowTitleUIPrefab", Type.GetType("ZXK.LouDiXvMuNiu.ShowTitleUIPrefab"), UIGroup.Tip);
|
||||||
|
showTitleUIGeo.GetComponent<ShowTitleUIPrefab>().SetTextAudMsg(obj.ThreeTaskName, null, () =>
|
||||||
|
{
|
||||||
|
WordTip(obj);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
WordTip(obj);
|
WordTip(obj);
|
||||||
});
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//此处判断是否显示工具箱
|
//此处判断是否显示工具箱
|
||||||
if (!GameManager.Instance._IsTrain&&
|
if (!GameManager.Instance._IsTrain&&
|
||||||
obj.TaskType.Equals(ConstCtrl.TASKTYPE_ShowGeo))
|
obj.TaskType.Equals(ConstCtrl.TASKTYPE_ShowGeo))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user