|  | @@ -297,8 +297,8 @@ $config = array
 | 
	
		
			
				|  |  |                  ),
 | 
	
		
			
				|  |  |              ),
 | 
	
		
			
				|  |  |              'type' => 'all',
 | 
	
		
			
				|  |  | -            'order' => array('total' => 'desc', 't_2.reorder' => 'desc', 't_2.id' => 'desc', 't_2.price' => 'asc'),
 | 
	
		
			
				|  |  | -            'page' => array(30, 'list'),
 | 
	
		
			
				|  |  | +            'order' => array('t_1.total_num-t_1.sell_num' => 'desc', 't_2.reorder' => 'desc', 't_2.id' => 'desc', 't_2.price' => 'asc'),
 | 
	
		
			
				|  |  | +            'page' => array(10, 'list'),
 | 
	
		
			
				|  |  |              'col' => '*,t_2.name,t_2.cover,t_2.id as id,t_1.total_num-t_1.sell_num as total,t_1.sell_num',
 | 
	
		
			
				|  |  |          ),
 | 
	
		
			
				|  |  |  
 |