| 
					
				 | 
			
			
				@@ -87,6 +87,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private void UpdateView() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             menu2 = (int)this.viewData; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ShopViewManager.Instance.ClearItemEff(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _shopCfgs = ShopCfgArray.Instance.GetCfgsBymenu1Andmenu2(ConstStoreTabId.STORE_MONTH_CARD, menu2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _shopCfgs = ShopDataManager.Instance.RemoveNotOpenCfg(_shopCfgs); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _shopCfgs = ShopDataManager.Instance.SortShopGoodsCfgs(_shopCfgs); 
			 |