|  | @@ -385,11 +385,11 @@ class Api extends Core
 | 
	
		
			
				|  |  |                      # 可用
 | 
	
		
			
				|  |  |                      $no = false;
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  | +                $v['type'] = $type = Dever::db('card/type')->find($v['info']['type_id']);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  if ($no) {
 | 
	
		
			
				|  |  |                      $this->data['no_card'][] = $v;
 | 
	
		
			
				|  |  |                  } else {
 | 
	
		
			
				|  |  | -                    $v['type'] = $type = Dever::db('card/type')->find($v['info']['type_id']);
 | 
	
		
			
				|  |  |                      /*
 | 
	
		
			
				|  |  |                      $type['shop_type'] = explode(',', $type['shop_type']);
 | 
	
		
			
				|  |  |                      $v['minfo'] = array();
 |