Explorar o código

图鉴banner跳转

zhaoyang %!s(int64=3) %!d(string=hai) anos
pai
achega
3bc4365a98

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

@@ -94,7 +94,8 @@ namespace GFGGame
             switch (id)
             {
                 case ConstBannerId.ZHAI_XING:
-                    ViewManager.Show(ViewName.LUCKY_BOX_VIEW);
+                    ViewManager.Show(ViewName.LUCKY_BOX_VIEW, null, new object[] { ViewName.FIELD_GUIDE_VIEW, this.viewData });
+                    this.Hide();
                     break;
             }
         }