|  | @@ -210,6 +210,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |              //招财进宝活动
 | 
	
		
			
				|  |  |              if(levelCfg.subType == 1 && levelCfg.type == 6)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | +                _ui.m_ctrlNeed.selectedIndex = 0;
 | 
	
		
			
				|  |  |                  EventAgent.AddEventListener(ConstMessage.NOTICE_LIMIT_CHANGED, UpdateVisitNum);
 | 
	
		
			
				|  |  |                  _ui.m_comCostCurrent.visible = true;
 | 
	
		
			
				|  |  |                  _ui.m_btnBg.url = "ui://Main/zcjb_zdgktc";
 | 
	
	
		
			
				|  | @@ -326,6 +327,11 @@ namespace GFGGame
 | 
	
		
			
				|  |  |                  addition = addition / 10000 * 100;
 | 
	
		
			
				|  |  |                  _ui.m_txtAddition.text = string.Format("{0}%加成", addition);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | +            //招财进宝活动
 | 
	
		
			
				|  |  | +            if (levelCfg.subType == 1 && levelCfg.type == 6)
 | 
	
		
			
				|  |  | +            {
 | 
	
		
			
				|  |  | +                _ui.m_ctrlNeed.selectedIndex = 0;
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          private void RenderListTagItem(int index, GObject obj)
 |