@@ -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;
}