|  | @@ -982,11 +982,11 @@ namespace GFGGame
 | 
	
		
			
				|  |  |              GuideController.TryGuide(_ui.m_partsList.m_list, ConstGuideId.SINGLE_FIGHT, 7, "", 0, true, (int)_ui.m_partsList.m_list.y);
 | 
	
		
			
				|  |  |              GuideController.TryGuide(_ui.m_btnNext, ConstGuideId.SINGLE_FIGHT, 8, "穿着完毕,来验证一下,换上的服饰是否符合需求");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -            GuideController.TryGuide(_ui.m_compNeed.target, ConstGuideId.BUY_CLOTHING, 1, "当提示有“必需品”时,需要穿上对应物品才能通关", -1, true, 170);
 | 
	
		
			
				|  |  | -            GuideController.TryGuide(_ui.m_comListType1.m_listType, ConstGuideId.BUY_CLOTHING, 5, "按照指示就可以找到必需品啦", buyClothingIndex);
 | 
	
		
			
				|  |  | -            GuideController.TryGuide(_ui.m_comListType2.m_listType, ConstGuideId.BUY_CLOTHING, 6, "", buyClothingSubIndex);
 | 
	
		
			
				|  |  | -            GuideController.TryGuide(_ui.m_partsList.m_list, ConstGuideId.BUY_CLOTHING, 7, "点击换上吧", buyClothingIdIndex, true, 170);
 | 
	
		
			
				|  |  | -            GuideController.TryCompleteGuide(ConstGuideId.BUY_CLOTHING, 7);
 | 
	
		
			
				|  |  | +            GuideController.TryGuide(_ui.m_compNeed.target, ConstGuideId.BUY_CLOTHING, 3, "当提示有“必需品”时,需要穿上对应物品才能通关", -1, true, 170);
 | 
	
		
			
				|  |  | +            GuideController.TryGuide(_ui.m_comListType1.m_listType, ConstGuideId.BUY_CLOTHING, 7, "按照指示就可以找到必需品啦", buyClothingIndex);
 | 
	
		
			
				|  |  | +            GuideController.TryGuide(_ui.m_comListType2.m_listType, ConstGuideId.BUY_CLOTHING, 8, "", buyClothingSubIndex);
 | 
	
		
			
				|  |  | +            GuideController.TryGuide(_ui.m_partsList.m_list, ConstGuideId.BUY_CLOTHING, 9, "点击换上吧", buyClothingIdIndex, true, 170);
 | 
	
		
			
				|  |  | +            GuideController.TryCompleteGuide(ConstGuideId.BUY_CLOTHING, 9);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              GuideController.TryGuide(_ui.m_btnHint, ConstGuideId.FIGHT_TIPS, 1, "这次换装需要获得别人的认可呢");
 | 
	
		
			
				|  |  |              GuideController.TryCompleteGuide(ConstGuideId.FIGHT_TIPS, 1);
 |