shish 2 лет назад
Родитель
Сommit
455c3f6b3a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/admin/shop/renew.vue

+ 1 - 1
ghsApp/src/admin/shop/renew.vue

@@ -5,7 +5,7 @@
 			<view style="margin-top:24upx;">特向您收取未来时间的年费,感谢您对公司的支持</view>
 			<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
 			<view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>
-			<view style="margin-top:40upx;text-align:center;" v-if="hasRenew == 1">
+			<view style="margin-top:40upx;text-align:center;" v-if="hasRenew == 0">
 				<button class="admin-button-com big default" @click="closeRenew()">稍后再说</button>
         		<button class="admin-button-com big blue" @click="startRenew()" style="margin-left:80upx;">支持公司,续期一年</button>
 			</view>