Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
ad5ce0212b
2 changed files with 3 additions and 1 deletions
  1. 2
      api/axios.js
  2. 2
      pages/ztbvip/index.wxml

2
api/axios.js

@ -16,6 +16,8 @@ const axios = (function () {
c.success = (res) => {
resolve(this.interceptors.response.func(res))
}
c.enableHttpDNS = true,
c.httpDNSServiceId = 'wxa410372c837a5f26',
c.fail = (res) => {
reject(this.interceptors.response.func(res))
}

2
pages/ztbvip/index.wxml

@ -22,7 +22,7 @@
<view class="text-sm text-white" style="margin-top: 12rpx" wx:else>登录解锁会员权益</view>
</view>
</view>
<view class="flex flex-justify" style="font-size:28rpx;position: absolute;bottom: 60rpx;width: 100%;padding: 0rpx 64rpx;">
<view class="flex flex-justify" style="font-size:28rpx;position: absolute;bottom: 60rpx;width: 100%;padding: 0rpx 64rpx;" wx:if="{{iconList.length}}">
<text style="margin-left:12rpx;font-size:12px;color: #7E5621;" wx:if="{{vipInfo.isVIP==1}}">到期时间:{{vipInfo.memberExpiredAt}}</text>
<text class="text-white" wx:else>开通会员立享8项特权</text>
<button class="cu-btn bg-red round shadow-blur vip-btn" bindtap="openVip" wx:if="{{vipInfo.isVIP==1}}">立即续费</button>

Loading…
Cancel
Save