|  |  | @@ -6,7 +6,8 @@ | 
		
	
		
			
			|  |  |  | <view class='titles clearfix'> | 
		
	
		
			
			|  |  |  | <text class='fl'>有效期:{{cardDetail.expiredTime}}</text> | 
		
	
		
			
			|  |  |  | <view class='fr'>余额: | 
		
	
		
			
			|  |  |  | <text>{{cardDetail.remainingAmount/100}}</text>元</view> | 
		
	
		
			
			|  |  |  | <text>{{cardDetail.remainingAmount/100}}</text>元 | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <text class='title'>适用门店</text> | 
		
	
	
		
			
				|  |  | @@ -24,7 +25,7 @@ | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='bottom' bindtap='more' wx:if="{{showMore}}">{{more}}</view> | 
		
	
		
			
			|  |  |  | <text class='title' wx:if="{{supportTransfer!=1}}">交易记录</text> | 
		
	
		
			
			|  |  |  | <view wx:for="{{data}}" wx:key="index" class='list'> | 
		
	
		
			
			|  |  |  | <!-- <view wx:for="{{data}}" wx:key="index" class='list'> | 
		
	
		
			
			|  |  |  | <view class='record clearfix record1'> | 
		
	
		
			
			|  |  |  | <text class='fl'>{{item.merchantName}}</text> | 
		
	
		
			
			|  |  |  | <text class='fr'>-{{item.deductionAmount/100}}元</text> | 
		
	
	
		
			
				|  |  | @@ -33,13 +34,15 @@ | 
		
	
		
			
			|  |  |  | <text class='fl'>{{item.updateDate}}</text> | 
		
	
		
			
			|  |  |  | <text class='fr'>余 {{item.cardRemainAmount/100}}元</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> --> | 
		
	
		
			
			|  |  |  | <view class="dingdan" wx:if="{{data.length==0&&supportTransfer!=1}}"> | 
		
	
		
			
			|  |  |  | <image src="{{dingdanUrl}}" mode="widthFix"></image> | 
		
	
		
			
			|  |  |  | <text>暂无交易明细</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='share-bottom'> | 
		
	
		
			
			|  |  |  | <!-- <button class='goback' wx:if="{{supportTransfer==1}}" bindtap='gotoIndex'><image src='{{home}}' mode="widthFix"></image></button> --> | 
		
	
		
			
			|  |  |  | <button type="primary" open-type="share" wx:if="{{supportTransfer==1}}" class='support-tansfer'><image src="{{weixinTitle}}" class='share' mode="widthFix"></image>转赠给微信好友</button> | 
		
	
		
			
			|  |  |  | <button type="primary" open-type="share" wx:if="{{supportTransfer==1}}" class='support-tansfer'> | 
		
	
		
			
			|  |  |  | <image src="{{weixinTitle}}" class='share' mode="widthFix"></image>转赠给微信好友 | 
		
	
		
			
			|  |  |  | </button> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> |