|
@@ -506,17 +506,17 @@ namespace GFGGame
|
|
ShowGuide(target, true, "点击词牌", 0);
|
|
ShowGuide(target, true, "点击词牌", 0);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- public static void TryGuideCardViewBtnDetail(GObject target)
|
|
|
|
- {
|
|
|
|
|
|
+ // public static void TryGuideCardViewBtnDetail(GObject target)
|
|
|
|
+ // {
|
|
|
|
|
|
- if (GuideDataManager.GetGuideCount(ConstGuideId.CARD_UP_STAR) <= 0
|
|
|
|
- && StoryDataManager.CheckLevelPass(2, 14)
|
|
|
|
- && !StoryDataManager.CheckLevelPass(2, 15))
|
|
|
|
- {
|
|
|
|
|
|
+ // if (GuideDataManager.GetGuideCount(ConstGuideId.CARD_UP_STAR) <= 0
|
|
|
|
+ // && StoryDataManager.CheckLevelPass(2, 14)
|
|
|
|
+ // && !StoryDataManager.CheckLevelPass(2, 15))
|
|
|
|
+ // {
|
|
|
|
|
|
- ShowGuide(target, true, "点击词牌列表", 0, false, -236, -181);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ // ShowGuide(target, true, "点击词牌列表", 0, false, -236, -181);
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
public static void TryGuideCardDetailViewList(GList list)
|
|
public static void TryGuideCardDetailViewList(GList list)
|
|
{
|
|
{
|
|
|
|
|