@@ -157,7 +157,7 @@ namespace GFGGame
&& StoryDataManager.currentLevel == 4
&& !StoryDataManager.CheckLevelPass(StoryDataManager.currentChapter, StoryDataManager.currentLevel))
{
- ShowGuide(target, false, "点击购买");
+ ShowGuide(target, false, "找到需要的物品了,点击购买吧");
}
@@ -161,7 +161,7 @@ namespace GFGGame
BuyItemConteoller.Show(_cfgSelected.itemID, _cfgSelected.costID, INIT_COUNT, _cfgSelected.costNum, _selectedItemCount, null, true, false, MAX_COUNT);
- GuideController.TryGuideClothingShopViewBtnBug(_ui.m_compItemInfo.m_btnBuy);
+ // GuideController.TryGuideClothingShopViewBtnBug(_ui.m_compItemInfo.m_btnBuy);
protected override void OnHide()