|
@@ -172,6 +172,7 @@ namespace GFGGame
|
|
|
base.OnShown();
|
|
|
MainDataManager.Instance.CanSwipe = false;
|
|
|
GRoot.inst.touchable = false;
|
|
|
+ _ui.m_loaGuidestudio.visible = true;
|
|
|
|
|
|
_ui.m_headBar.m_txtName.text = RoleDataManager.roleName;
|
|
|
if (_sceneObject == null)
|
|
@@ -618,6 +619,7 @@ namespace GFGGame
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
+ _ui.m_loaGuidestudio.visible = false;
|
|
|
Timers.inst.Remove(CheckGuide);
|
|
|
}
|
|
|
}
|
|
@@ -648,6 +650,10 @@ namespace GFGGame
|
|
|
_ui.m_loaGuidestudio.visible = true;
|
|
|
MainDataManager.Instance.CanSwipe = true;
|
|
|
}
|
|
|
+ else
|
|
|
+ {
|
|
|
+ _ui.m_loaGuidestudio.visible = false;
|
|
|
+ }
|
|
|
}
|
|
|
if (MainDataManager.Instance.ViewType == 1)
|
|
|
{
|