|
@@ -163,6 +163,8 @@ namespace GFGGame
|
|
|
protected override void OnShown()
|
|
|
{
|
|
|
base.OnShown();
|
|
|
+ MainDataManager.Instance.CanSwipe = false;
|
|
|
+ GRoot.inst.touchable = false;
|
|
|
|
|
|
_ui.m_headBar.m_txtName.text = RoleDataManager.roleName;
|
|
|
if (_sceneObject == null)
|
|
@@ -589,6 +591,8 @@ namespace GFGGame
|
|
|
|
|
|
private void CheckGuide(object param)
|
|
|
{
|
|
|
+ MainDataManager.Instance.CanSwipe = true;
|
|
|
+ GRoot.inst.touchable = true;
|
|
|
if (GuideDataManager.IsGuideFinish(ConstGuideId.FREEDOM_DRESS) <= 0
|
|
|
|| GuideDataManager.IsGuideFinish(ConstGuideId.CLOTHING_DECOMPOSE) <= 0
|
|
|
|| GuideDataManager.IsGuideFinish(ConstGuideId.CLOTHING_SYNTHETIC) <= 0
|