| 
					
				 | 
			
			
				@@ -152,7 +152,7 @@ class Buy extends Base 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $id = Dever::input('id');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $buy_id = Dever::input('buy');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        $config['list'] = $this->url('my_code');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        $config['list'] = $this->url('list');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $config['buy'] = $this->url('pay', array('id' => $id));
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $order_id = Dever::input('order_id');
 
			 |