ソースを参照

[首页图标修改]

tags/广东版3.2.1
meo 6年前
コミット
1332cc9ce7
7個のファイルの変更9行の追加6行の削除
  1. バイナリ
      assets/images/icon001.png
  2. バイナリ
      assets/images/icon002.png
  3. バイナリ
      assets/images/icon003.png
  4. バイナリ
      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

バイナリ
assets/images/icon001.png ファイルの表示

変更前 変更後
幅: 242  |  高さ: 248  |  サイズ: 40 KiB 幅: 146  |  高さ: 148  |  サイズ: 16 KiB

バイナリ
assets/images/icon002.png ファイルの表示

変更前 変更後
幅: 242  |  高さ: 248  |  サイズ: 39 KiB 幅: 142  |  高さ: 118  |  サイズ: 12 KiB

バイナリ
assets/images/icon003.png ファイルの表示

変更前 変更後
幅: 242  |  高さ: 248  |  サイズ: 40 KiB 幅: 162  |  高さ: 138  |  サイズ: 13 KiB

バイナリ
assets/images/icon01 (4).png ファイルの表示

変更前 変更後
幅: 242  |  高さ: 248  |  サイズ: 39 KiB 幅: 126  |  高さ: 126  |  サイズ: 7.2 KiB

+ 1
- 1
pages/ConsumeDetail/ConsumeDetail.wxml ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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;


読み込み中…
キャンセル
保存