|
@@ -129,7 +129,7 @@ namespace GFGGame
|
|
|
&& !StoryDataManager.CheckLevelPass(StoryDataManager.currentChapter, StoryDataManager.currentLevel)
|
|
|
&& DressUpMenuItemDataManager.GetRecommendCount() >= 2)
|
|
|
{
|
|
|
- UI_PartsListItem listItem = UI_PartsListItem.Proxy(list.GetChildAt(0));
|
|
|
+ UI.CommonGame.UI_ApproachOfItemUI listItem = UI.CommonGame.UI_ApproachOfItemUI.Proxy(list.GetChildAt(0));
|
|
|
if (listItem != null)
|
|
|
{
|
|
|
ShowGuide(listItem.target, false, "这里是物品产出的所有来源,点击服装店");
|
|
@@ -176,7 +176,7 @@ namespace GFGGame
|
|
|
int len = _list.numChildren;
|
|
|
for (int i = 0; i < len; i++)
|
|
|
{
|
|
|
- UI_TypeItem item = UI_TypeItem.Proxy(_list.GetChildAt(i));
|
|
|
+ UI_comListType item = UI_comListType.Proxy(_list.GetChildAt(i));
|
|
|
if (item != null)
|
|
|
{
|
|
|
int menuID = (int)item.target.data;
|
|
@@ -199,7 +199,7 @@ namespace GFGGame
|
|
|
{
|
|
|
if (list.numChildren > 0)
|
|
|
{
|
|
|
- UI_PartsListItem listItem = UI_PartsListItem.Proxy(list.GetChildAt(0));
|
|
|
+ UI_PartsList listItem = UI_PartsList.Proxy(list.GetChildAt(0));
|
|
|
if (listItem != null)
|
|
|
{
|
|
|
ShowGuide(listItem.target, true, guideStr);
|
|
@@ -292,7 +292,7 @@ namespace GFGGame
|
|
|
list.ScrollToView(len - 1);
|
|
|
for (int i = 0; i < len; i++)
|
|
|
{
|
|
|
- UI_TypeItem item = UI_TypeItem.Proxy(list.GetChildAt(i));
|
|
|
+ UI_comListType item = UI_comListType.Proxy(list.GetChildAt(i));
|
|
|
if (item != null)
|
|
|
{
|
|
|
int menuID = (int)item.target.data;
|
|
@@ -314,7 +314,7 @@ namespace GFGGame
|
|
|
{
|
|
|
if (list.numChildren > 0)
|
|
|
{
|
|
|
- UI_PartsListItem listItem = UI_PartsListItem.Proxy(list.GetChildAt(0));
|
|
|
+ UI_PartsList listItem = UI_PartsList.Proxy(list.GetChildAt(0));
|
|
|
if (listItem != null)
|
|
|
{
|
|
|
ShowGuide(listItem.target, true, "点击图标,可换上整套衣服");
|
|
@@ -391,7 +391,7 @@ namespace GFGGame
|
|
|
{
|
|
|
if (list.numChildren > 0)
|
|
|
{
|
|
|
- UI_PartsListItem listItem = UI_PartsListItem.Proxy(list.GetChildAt(0));
|
|
|
+ UI_SuitListItem listItem = UI_SuitListItem.Proxy(list.GetChildAt(0));
|
|
|
if (listItem != null)
|
|
|
{
|
|
|
ShowGuide(listItem.target, true, "点击套装");
|
|
@@ -438,8 +438,8 @@ namespace GFGGame
|
|
|
{
|
|
|
|
|
|
if (GuideDataManager.GetGuideCount(ConstGuideId.USE_CARD_FIGHT) <= 0
|
|
|
- && StoryDataManager.CheckLevelPass(2, 5)
|
|
|
- && !StoryDataManager.CheckLevelPass(2, 6)
|
|
|
+ && StoryDataManager.CheckLevelPass(2, 5)
|
|
|
+ && !StoryDataManager.CheckLevelPass(2, 6)
|
|
|
&& StoryDataManager.currentChapter == 2 && StoryDataManager.currentLevel == 6)
|
|
|
{
|
|
|
if (list.numChildren > 0)
|