Commit c78d0055 authored by jyx's avatar jyx

代码优化

parent db561c89
......@@ -47,7 +47,7 @@
style="width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;">
<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;">
{{ userBean.expireTime<=0 ? '去开通' : '已开通' }}
{{ userBean.expireTime<=0 ? '去开通' : '立即续费' }}
</view>
</view>
</view>
......
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