|
@@ -938,7 +938,8 @@ namespace GFGGame
|
|
if (_fightCfg.needSuitId > 0)
|
|
if (_fightCfg.needSuitId > 0)
|
|
{
|
|
{
|
|
|
|
|
|
- ViewManager.Show(ViewName.SUIT_GUIDE_VIEW, new object[] { _ui.m_compNeed.target.data, new object[] { ViewName.DRESS_UP_FIGHT_VIEW, this.viewData } }, new object[] { ViewName.DRESS_UP_FIGHT_VIEW, this.viewData });
|
|
|
|
|
|
+ // ViewManager.Show(ViewName.SUIT_GUIDE_VIEW, new object[] { _ui.m_compNeed.target.data, new object[] { ViewName.DRESS_UP_FIGHT_VIEW, this.viewData } }, new object[] { ViewName.DRESS_UP_FIGHT_VIEW, this.viewData });
|
|
|
|
+ ViewManager.Show<SuitPartsDetailView>(_fightCfg.needSuitId, new object[] { typeof(DressUpFightView).FullName, this.viewData });
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|