|  |  | @@ -32,11 +32,11 @@ | 
		
	
		
			
			|  |  |  | <text class='fl'>{{item.merchantName}}</text> | 
		
	
		
			
			|  |  |  | <text class='fr'> | 
		
	
		
			
			|  |  |  | <text wx:if="{{item.payType == 1}}" style="color: #ff0000;">退款:+ {{item.deductionAmount/100}}元</text> | 
		
	
		
			
			|  |  |  | <text wx:else style="color: #ff0000;">- {{item.deductionAmount/100}}元</text> | 
		
	
		
			
			|  |  |  | <text wx:else style="color: #ff0000;">{{item.payType == 0 ?'-':'+'}}{{item.deductionAmount/100}}元</text> | 
		
	
		
			
			|  |  |  | </text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='clearfix record2'> | 
		
	
		
			
			|  |  |  | <text class='fl'>更新时间:{{item.updateDate}}</text> | 
		
	
		
			
			|  |  |  | <text class='fl'>创建时间:{{item.createDate}}</text> | 
		
	
		
			
			|  |  |  | <text class='fr'>余 {{item.cardRemainAmount/100}}元</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class="orderId">订单号:{{item.orderId}}</view> | 
		
	
	
		
			
				|  |  | 
 |