|
@@ -6,7 +6,7 @@
|
|
|
<view v-else>因您最近系统提现不足3万/月,请付费使用软件,未续费系统将暂停提供服务</view>
|
|
<view v-else>因您最近系统提现不足3万/月,请付费使用软件,未续费系统将暂停提供服务</view>
|
|
|
<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
|
|
<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
|
|
|
<view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>
|
|
<view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>
|
|
|
- <view style="margin-top:40upx;text-align:center;" v-if="hasRenew == 0">
|
|
|
|
|
|
|
+ <view style="margin-top:40upx;text-align:center;">
|
|
|
<button class="admin-button-com big default" @click="closeRenew()" style="width:200upx;">稍后</button>
|
|
<button class="admin-button-com big default" @click="closeRenew()" style="width:200upx;">稍后</button>
|
|
|
<button class="admin-button-com big blue" @click="startRenew()" style="margin-left:80upx;width:200upx;">续期</button>
|
|
<button class="admin-button-com big blue" @click="startRenew()" style="margin-left:80upx;width:200upx;">续期</button>
|
|
|
</view>
|
|
</view>
|