Browse Source

[首页图标修改]

tags/广东版3.2.1
meo 6 years ago
parent
commit
1332cc9ce7
7 changed files with 9 additions and 6 deletions
  1. BIN
      assets/images/icon001.png
  2. BIN
      assets/images/icon002.png
  3. BIN
      assets/images/icon003.png
  4. BIN
      assets/images/icon01 (4).png
  5. +1
    -1
      pages/ConsumeDetail/ConsumeDetail.wxml
  6. +3
    -3
      pages/index/index.wxml
  7. +5
    -2
      pages/index/index.wxss

BIN
assets/images/icon001.png View File

Before After
Width: 242  |  Height: 248  |  Size: 40 KiB Width: 146  |  Height: 148  |  Size: 16 KiB

BIN
assets/images/icon002.png View File

Before After
Width: 242  |  Height: 248  |  Size: 39 KiB Width: 142  |  Height: 118  |  Size: 12 KiB

BIN
assets/images/icon003.png View File

Before After
Width: 242  |  Height: 248  |  Size: 40 KiB Width: 162  |  Height: 138  |  Size: 13 KiB

BIN
assets/images/icon01 (4).png View File

Before After
Width: 242  |  Height: 248  |  Size: 39 KiB Width: 126  |  Height: 126  |  Size: 7.2 KiB

+ 1
- 1
pages/ConsumeDetail/ConsumeDetail.wxml View File

@@ -35,7 +35,7 @@
<view wx:for="{{data}}" wx:key="{{index}}">
<view class='record clearfix record1'>
<text>{{item.merchantName}}</text>
<text>-{{item.payment/100}}元</text>
<text>-{{item.deductionAmount/100}}元</text>
</view>
<view class='record clearfix record2'>
<text>{{item.updateDate}}</text>


+ 3
- 3
pages/index/index.wxml View File

@@ -4,15 +4,15 @@
<!-- 折扣卡 -->
<view class='section'>
<view bindtap='gotoRushBuy'>
<image src='./../../assets/images/icon001.png' mode='widthFix'></image>
<image src='./../../assets/images/icon001.png'></image>
<text>限时抢购</text>
</view>
<view bindtap='gotodiscountCardList'>
<image src='./../../assets/images/icon002.png' mode='widthFix'></image>
<image src='./../../assets/images/icon002.png'></image>
<text>优惠卡</text>
</view>
<view bindtap='qrcode'>
<image src='./../../assets/images/icon003.png' mode='widthFix'></image>
<image src='./../../assets/images/icon003.png'></image>
<text>会员权益</text>
</view>
</view>


+ 5
- 2
pages/index/index.wxss View File

@@ -44,10 +44,13 @@ page {
}

.section >view image {
width: 121rpx;
display: block;
margin: 0 auto;
}
.section >view image {
width: 73rpx;
height: 74rpx;
}

.section text {
height: 23rpx;
font-size: 24rpx;


Loading…
Cancel
Save