Browse Source

文件替换

featrue/v4.5
xpz2018 4 years ago
parent
commit
2481470697
6 changed files with 7 additions and 7 deletions
  1. BIN
      assets/image/ico_notice.png
  2. BIN
      assets/image/icon-search.png
  3. BIN
      assets/image/list_empty.png
  4. 8
      pages/article/fragment/index.wxml
  5. 4
      pages/mall/index/index.wxml
  6. 2
      pages/moment/fragment/index.wxml

BIN
assets/image/ico_notice.png

Before After
Width: 220  |  Height: 56  |  Size: 1.4 KiB

BIN
assets/image/icon-search.png

Before After
Width: 28  |  Height: 28  |  Size: 898 B

BIN
assets/image/list_empty.png

Before After
Width: 310  |  Height: 220  |  Size: 5.7 KiB Width: 320  |  Height: 213  |  Size: 7.8 KiB

8
pages/article/fragment/index.wxml

@ -8,7 +8,7 @@
<text class="cuIcon-unfold text-white" style="font-size:16px;padding-top: 8rpx;margin-left: 8rpx;"></text>
</view>
<view class="bg-white flex flex-center" style="margin-left:24rpx;flex: 1;border-radius: 16rpx;height: 60rpx;" catchtap="searchList">
<text class="cuIcon-search text-gray" style="font-size:12px;margin-left: 24rpx;padding-top: 4rpx;"></text>
<image src="/assets/image/icon-search.png" style="height: 30rpx;width: 30rpx;margin-left: 16rpx"></image>
<text class="text-gray text-sm" style="flex: 1;margin-left: 8rpx">输入纸名/品名/纸厂/规格</text>
</view>
</view>
@ -29,11 +29,11 @@
</view>
<view class="flex" style="margin-top:16rpx">
<wux-image id="agent" width="{{294}}" height="{{180}}" wux-class="banner" nuit="{{'rpx'}}" src="{{bannerList[0].picUrl}}" mode="aspectFill" bind:click="gridTap">
<wux-image id="agent" width="{{294}}" height="{{180}}" wux-class="banner" nuit="{{'rpx'}}" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/icon-agent-home.png?sign=13c5b73d0a6f70fc5d24eca83cd2058f&t=1631672631" mode="aspectFill" bind:click="gridTap">
</wux-image>
<wux-image id="trans" width="{{180}}" height="{{180}}" wux-class="banner-left" nuit="{{'rpx'}}" src="{{bannerList[0].picUrl}}" mode="aspectFill" bind:click="gridTap">
<wux-image id="trans" width="{{180}}" height="{{180}}" wux-class="banner-left" nuit="{{'rpx'}}" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/icon-home-trans.png?sign=211460d49ef2a32c508e89d1dbcad541&t=1631672735" mode="aspectFill" bind:click="gridTap">
</wux-image>
<wux-image id="action" width="{{180}}" height="{{180}}" wux-class="banner-left" nuit="{{'rpx'}}" src="{{bannerList[0].picUrl}}" mode="aspectFill" bind:click="gridTap">
<wux-image id="action" width="{{180}}" height="{{180}}" wux-class="banner-left" nuit="{{'rpx'}}" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/icon-home-active.png?sign=ba47bd3bf9387c3e298d06774a184a81&t=1631672761" mode="aspectFill" bind:click="gridTap">
</wux-image>
</view>

4
pages/mall/index/index.wxml

@ -17,8 +17,8 @@
</swiper>
</view>
<view class="bg-white flex flex-center" style="height:60rpx;padding-right:16rpx;margin-top:16rpx">
<image style="width:200rpx;height:60rpx;" src="/assets/image/ico_notice.png"></image>
<!-- <text class="cuIcon-notification text-yellow" style="font-size:36rpx;margin:0rpx 16rpx;"></text> -->
<!-- <image style="width:200rpx;height:60rpx;" src="/assets/image/ico_notice.png"></image> -->
<text class="cuIcon-notification text-yellow" style="font-size:36rpx;margin:0rpx 16rpx;"></text>
<swiper vertical="{{true}}" autoplay="{{true}}" circular="{{true}}" interval="3000" class="tui-swiper">
<swiper-item wx:for="{{noticeList}}" wx:key="index" class="flex flex-center" catchtouchmove="stopTouchMove" style="justify-content: flex-start">
<view class="tui-news-item">{{item}}</view>

2
pages/moment/fragment/index.wxml

@ -8,7 +8,7 @@
<text class="cuIcon-unfold text-white" style="font-size:16px;padding-top: 8rpx;margin-left: 8rpx;"></text>
</view>
<view class="bg-white flex flex-center" style="margin-left:24rpx;flex: 1;border-radius: 16rpx;height: 60rpx;" catchtap="searchList">
<text class="cuIcon-search text-gray" style="font-size:12px;margin-left: 24rpx;padding-top: 4rpx;"></text>
<image src="/assets/image/icon-search.png" style="height: 30rpx;width: 30rpx;margin-left: 16rpx"></image>
<text class="text-gray text-sm" style="flex: 1;margin-left: 8rpx">输入纸名/品名/纸厂/规格</text>
</view>
</view>

Loading…
Cancel
Save