Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
874a7f2a48
5 changed files with 7 additions and 8 deletions
  1. BIN
      assets/vip/vip-nibg.png
  2. BIN
      assets/vip/vip-top-bg.png
  3. BIN
      assets/vip/vip-unbg.png
  4. 8
      pages/moment/info-item/index.wxml
  5. 7
      pages/ztbvip/index.wxml

BIN
assets/vip/vip-nibg.png

Before After
Width: 686  |  Height: 420  |  Size: 12 KiB

BIN
assets/vip/vip-top-bg.png

Before After
Width: 750  |  Height: 322  |  Size: 26 KiB

BIN
assets/vip/vip-unbg.png

Before After
Width: 686  |  Height: 420  |  Size: 18 KiB

8
pages/moment/info-item/index.wxml

@ -7,16 +7,16 @@
<text class="text-blue text-cut" style="max-width: 160rpx;">{{item.shortName || item.millPaperName}}</text>
<text class="cuIcon-right text-blue" style="font-size:24rpx;"></text>
</view>
<view class="text-sm text-gray" style="padding-top: 2rpx;">{{moment.formatMTime(item.createTime)}}</view>
<view class="text-sm text-gray" style="padding-top: 2rpx;">{{moment.formatMTime(item.updatetime)}}</view>
<view class="text-sm text-gray" style="margin-left: 16rpx;">{{item.readingQuantity || 0}}次阅读</view>
</view>
</view>
<view style="position: relative;width: 240rpx;height: 180rpx;">
<wux-image width="{{240}}" height="{{180}}" nuit="rpx" src="{{item.imageUrlList[0]}}" mode="aspectFill" wx:if="{{item.imageUrlList.length}}">
<image slot="loading" style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041"></image>
<image slot="error" style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041"></image>
<image slot="loading" style="height:180rpx;width:240rpx" src="https://pic.imgdb.cn/item/616646c92ab3f51d9112d4c7.png"></image>
<image slot="error" style="height:180rpx;width:240rpx" src="https://pic.imgdb.cn/item/616646c92ab3f51d9112d4c7.png"></image>
</wux-image>
<image style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041" wx:else></image>
<image style="height:180rpx;width:240rpx" src="https://pic.imgdb.cn/item/616646c92ab3f51d9112d4c7.png" wx:else></image>
<view class="type-tags" wx:if="{{item.categoryId}}">{{item.categoryName}}</view>
</view>

7
pages/ztbvip/index.wxml

@ -1,13 +1,12 @@
<!--pages/ztbvip/index.wxml-->
<wxs module="formate" src="../../pages/formate.wxs"></wxs>
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">会员中心</view>
</cu-custom>
<view class="bg-white" style="position: relative;height: 420rpx;">
<image style="width: 750rpx;height: 360rpx;" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/vip-top-bg.png?sign=291c882f493ac55be1ac8405a016855d&t=1633692336"></image>
<image style="position: absolute;top: 32rpx;left: 32rpx;width: 686rpx;height: 386rpx;" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/vip-nibg.png?sign=c2769d6f8975c57b3f948a63955ac8b8&t=1633693058" wx:if="{{vipInfo.isVIP==1}}"></image>
<image style="position: absolute;top: 32rpx;left: 32rpx;width: 686rpx;height: 386rpx;" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/vip-unbg.png?sign=ccdb23b86c6cfb020b75164824c3652f&t=1633694019" wx:else></image>
<image style="width: 750rpx;height: 360rpx;" src="/assets/vip/vip-top-bg.png"></image>
<image style="position: absolute;top: 32rpx;left: 32rpx;width: 686rpx;height: 386rpx;" src="/assets/vip/vip-nibg.png?" wx:if="{{vipInfo.isVIP==1}}"></image>
<image style="position: absolute;top: 32rpx;left: 32rpx;width: 686rpx;height: 386rpx;" src="/assets/vip/vip-unbg.png" wx:else></image>
<view class="header-box">
<wux-image width="{{60}}" height="{{60}}" wux-class="image" shape="circle" src="{{avatarUrl}}" />
<view style="margin-left:18rpx;align-items:flex-start;margin-top: 16rpx;">

Loading…
Cancel
Save