Browse Source

任务跳转

zhaoyang 2 years ago
parent
commit
c9fe645bd4
1 changed files with 1 additions and 1 deletions
  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)