@@ -35,7 +35,7 @@ | |||||
<view wx:for="{{data}}" wx:key="{{index}}"> | <view wx:for="{{data}}" wx:key="{{index}}"> | ||||
<view class='record clearfix record1'> | <view class='record clearfix record1'> | ||||
<text>{{item.merchantName}}</text> | <text>{{item.merchantName}}</text> | ||||
<text>-{{item.payment/100}}元</text> | |||||
<text>-{{item.deductionAmount/100}}元</text> | |||||
</view> | </view> | ||||
<view class='record clearfix record2'> | <view class='record clearfix record2'> | ||||
<text>{{item.updateDate}}</text> | <text>{{item.updateDate}}</text> | ||||
@@ -4,15 +4,15 @@ | |||||
<!-- 折扣卡 --> | <!-- 折扣卡 --> | ||||
<view class='section'> | <view class='section'> | ||||
<view bindtap='gotoRushBuy'> | <view bindtap='gotoRushBuy'> | ||||
<image src='./../../assets/images/icon001.png' mode='widthFix'></image> | |||||
<image src='./../../assets/images/icon001.png'></image> | |||||
<text>限时抢购</text> | <text>限时抢购</text> | ||||
</view> | </view> | ||||
<view bindtap='gotodiscountCardList'> | <view bindtap='gotodiscountCardList'> | ||||
<image src='./../../assets/images/icon002.png' mode='widthFix'></image> | |||||
<image src='./../../assets/images/icon002.png'></image> | |||||
<text>优惠卡</text> | <text>优惠卡</text> | ||||
</view> | </view> | ||||
<view bindtap='qrcode'> | <view bindtap='qrcode'> | ||||
<image src='./../../assets/images/icon003.png' mode='widthFix'></image> | |||||
<image src='./../../assets/images/icon003.png'></image> | |||||
<text>会员权益</text> | <text>会员权益</text> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -44,10 +44,13 @@ page { | |||||
} | } | ||||
.section >view image { | .section >view image { | ||||
width: 121rpx; | |||||
display: block; | display: block; | ||||
margin: 0 auto; | |||||
} | |||||
.section >view image { | |||||
width: 73rpx; | |||||
height: 74rpx; | |||||
} | } | ||||
.section text { | .section text { | ||||
height: 23rpx; | height: 23rpx; | ||||
font-size: 24rpx; | font-size: 24rpx; | ||||