Commit 2a635e44 authored by jyx's avatar jyx

会员可进入VIP页面

parent 29455c48
...@@ -42,12 +42,12 @@ ...@@ -42,12 +42,12 @@
到期时间:{{userBean.expireTime*1000 | formatDate('yyyy-MM-dd')}}</view> 到期时间:{{userBean.expireTime*1000 | formatDate('yyyy-MM-dd')}}</view>
</view> </view>
</view> </view>
<view v-if="userBean.expireTime<=0" style="width: 220rpx;"> <view style="width: 220rpx;">
<view <view
style="width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;"> style="width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;">
<view @click="handleCoinPay" <view @click="handleCoinPay"
style="width: 160rpx;height: 60rpx;background-color: #fff;border-radius:30rpx;color: 263358;font-size: 26rpx;justify-content: center;align-items: center;display: flex;padding-bottom: 4rpx;"> style="width: 160rpx;height: 60rpx;background-color: #fff;border-radius:30rpx;color: 263358;font-size: 26rpx;justify-content: center;align-items: center;display: flex;padding-bottom: 4rpx;">
去开通 {{userBean.expireTime<=0 ? '去开通' : '立即续费'}}
</view> </view>
</view> </view>
</view> </view>
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
query.select("#count").boundingClientRect(); query.select("#count").boundingClientRect();
}, },
show() { show() {
this.versionName='v '+VERSION_CODE this.versionName = 'v ' + VERSION_CODE
// 更新阅读时间统计 // 更新阅读时间统计
this.refreshTimeCount(); this.refreshTimeCount();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment