|
@@ -169,8 +169,9 @@ namespace GFGGame
|
|
|
base.OnShown();
|
|
|
|
|
|
MainDataManager.Instance.CanSwipe = false;
|
|
|
- //GRoot.inst.touchable = false;
|
|
|
- //_ui.m_loaGuidestudio.visible = true;
|
|
|
+ //防止引导检测之前触发点击事件
|
|
|
+ GRoot.inst.touchable = false;
|
|
|
+ _ui.m_loaGuidestudio.visible = true;
|
|
|
|
|
|
_ui.m_headBar.m_txtName.text = RoleDataManager.roleName;
|
|
|
if (_sceneObject == null)
|