zhaoyang 3 роки тому
батько
коміт
47ba95a427

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/Card/CardDetailView.cs

@@ -99,7 +99,8 @@ namespace GFGGame
         private void OnClickListCardItem(EventContext context)
         {
 
-            ViewManager.Show(ViewName.CARD_FOSTER_VIEW, (context.data as GObject).data);
+            ViewManager.Show(ViewName.CARD_FOSTER_VIEW, (context.data as GObject).data, new object[] { ViewName.CARD_DETAIL_VIEW });
+            this.Clear();
 
         }
         private void RenderListRoleItem(int index, GObject obj)