|  | @@ -173,6 +173,9 @@ const executeReadCard = (cardtype, retryCount = 0) => {
 | 
	
		
			
				|  |  |              readCardResult: ectype.indexOf(cardtype) > -1 
 | 
	
		
			
				|  |  |                ? JSON.stringify(JSON.parse(processedData.data).data) 
 | 
	
		
			
				|  |  |                : processedData.data,
 | 
	
		
			
				|  |  | +            busCardInfo: cardtype === 'sicard' 
 | 
	
		
			
				|  |  | +              ? processedData.sign 
 | 
	
		
			
				|  |  | +              : null,              
 | 
	
		
			
				|  |  |              readCardBizType: nowbiztype,
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            ctx.emit('success', result)
 |