소스 검색

任务跳转

zhaoyang 2 년 전
부모
커밋
c9fe645bd4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DailyTask/DailyTaskView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DailyTask/DailyTaskView.cs

@@ -138,7 +138,7 @@ namespace GFGGame
         {
             this.Hide();
             GObject btnGo = context.sender as GObject;
-            ViewManager.Show(string.Format("GFGGame.{0}", btnGo.data), null, new object[] { typeof(DailyTaskView).FullName, this.viewData });
+            ViewManager.Show(string.Format("GFGGame.{0}", btnGo.data), null, new object[] { typeof(DailyTaskView).FullName, this.viewData }, true);
         }
 
         private void ListBoxRewardItemRender(int index, GObject obj)