|
@@ -300,7 +300,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
ShowSuitPartList(id, true);
|
|
ShowSuitPartList(id, true);
|
|
}
|
|
}
|
|
- else if (SuitCfgArray.Instance.CheckSuitHasAction(id))
|
|
|
|
|
|
+ else if (SuitCfgArray.Instance.CheckSuitHasAction(id) && DressUpMenuSuitDataManager.CheckSuitHasActionRes(id))
|
|
{
|
|
{
|
|
listItem.m_comAxtionSelect.target.visible = true;
|
|
listItem.m_comAxtionSelect.target.visible = true;
|
|
UI_PartsListItem.ProxyEnd();
|
|
UI_PartsListItem.ProxyEnd();
|