|
@@ -184,7 +184,8 @@ namespace GFGGame
|
|
|
private void OnClickBtnBack()
|
|
|
{
|
|
|
this.Hide();
|
|
|
- ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, StoryDataManager.currentChapter);
|
|
|
+ // ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, StoryDataManager.currentChapter);
|
|
|
+ ViewManager.GoBackFrom(ViewName.STORY_CHAPTER_VIEW);
|
|
|
}
|
|
|
|
|
|
private void OnClickBtnHome()
|
|
@@ -645,7 +646,7 @@ namespace GFGGame
|
|
|
if (_fightCfg.needSuitId > 0)
|
|
|
{
|
|
|
|
|
|
- ViewManager.Show(ViewName.SUIT_GUIDE_VIEW, new object[] { _ui.m_compNeed.target.data, new object[] { ViewName.DRESS_UP_FIGHT_VIEW, this.viewData } });
|
|
|
+ ViewManager.Show(ViewName.SUIT_GUIDE_VIEW, new object[] { _ui.m_compNeed.target.data, new object[] { ViewName.DRESS_UP_FIGHT_VIEW, this.viewData } }, new object[] { ViewName.DRESS_UP_FIGHT_VIEW, this.viewData });
|
|
|
}
|
|
|
else
|
|
|
{
|