Browse Source

任务跳转

zhaoyang 2 years ago
parent
commit
c9fe645bd4

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

@@ -138,7 +138,7 @@ namespace GFGGame
         {
         {
             this.Hide();
             this.Hide();
             GObject btnGo = context.sender as GObject;
             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)
         private void ListBoxRewardItemRender(int index, GObject obj)