|
|
@@ -21,7 +21,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='bottom' bindtap='more' wx:if="{{showMore}}">{{more}}</view> |
|
|
|
<text class='title'>交易记录</text> |
|
|
|
<text class='title' wx:if="{{supportTransfer!=1}}">交易记录</text> |
|
|
|
<view wx:for="{{data}}" wx:key="{{index}}" class='list'> |
|
|
|
<view class='record clearfix record1'> |
|
|
|
<text class='fl'>{{item.merchantName}}</text> |
|
|
@@ -32,8 +32,9 @@ |
|
|
|
<text class='fr'>余 {{item.cardRemainAmount/100}}元</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="dingdan" wx:if="{{data.length==0}}"> |
|
|
|
<view class="dingdan" wx:if="{{data.length==0&&supportTransfer!=1}}"> |
|
|
|
<image src="{{dingdanUrl}}" mode="widthFix"></image> |
|
|
|
<text>暂无交易明细</text> |
|
|
|
</view> |
|
|
|
<button type="primary" class='support-tansfer' bindtap='goToTranser'><image src="{{weixinTitle}}" class='share' mode="widthFix"></image>转赠给微信好友</button> |
|
|
|
</view> |