|  |  | @@ -751,7 +751,7 @@ Page({ | 
		
	
		
			
			|  |  |  | }) | 
		
	
		
			
			|  |  |  | .then(res => { | 
		
	
		
			
			|  |  |  | console.log(res) | 
		
	
		
			
			|  |  |  | if(app.globalData.parkVendor != 5){ | 
		
	
		
			
			|  |  |  | if(app.globalData.parkVendor == 1){ | 
		
	
		
			
			|  |  |  | var extraDataStr = { | 
		
	
		
			
			|  |  |  | params: { | 
		
	
		
			
			|  |  |  | token: app.globalData.etcpToken, | 
		
	
	
		
			
				|  |  | @@ -764,6 +764,7 @@ Page({ | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | that.setData({ | 
		
	
		
			
			|  |  |  | parkVendor: app.globalData.parkVendor, | 
		
	
		
			
			|  |  |  | extraData: extraDataStr, | 
		
	
		
			
			|  |  |  | stopFees: res.data, | 
		
	
		
			
			|  |  |  | timecha: Util.timecha(res.data.exitTime, res.data.entranceTime) | 
		
	
	
		
			
				|  |  | @@ -780,6 +781,7 @@ Page({ | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | that.setData({ | 
		
	
		
			
			|  |  |  | parkVendor: app.globalData.parkVendor, | 
		
	
		
			
			|  |  |  | extraData: extraDataStr, | 
		
	
		
			
			|  |  |  | stopFees: { | 
		
	
		
			
			|  |  |  | orderId: res.data.order_id, | 
		
	
	
		
			
				|  |  | 
 |