|
@@ -133,7 +133,7 @@
|
|
|
<view>为了加快系统的开发进度,实现大家需要的<text style="font-weight:bold;color:#3385FF;">上下游连通</text>、<text style="font-weight:bold;color:#3385FF;">连麦芽田一键发跑腿</text>、<text style="font-weight:bold;color:#3385FF;">会员和充值</text>、<text style="font-weight:bold;color:#3385FF;">散客到店自助下单</text>等重要功能</view>
|
|
<view>为了加快系统的开发进度,实现大家需要的<text style="font-weight:bold;color:#3385FF;">上下游连通</text>、<text style="font-weight:bold;color:#3385FF;">连麦芽田一键发跑腿</text>、<text style="font-weight:bold;color:#3385FF;">会员和充值</text>、<text style="font-weight:bold;color:#3385FF;">散客到店自助下单</text>等重要功能</view>
|
|
|
<view style="margin-top:24upx;">特向您收取未来时间的年费,感谢您对公司的支持</view>
|
|
<view style="margin-top:24upx;">特向您收取未来时间的年费,感谢您对公司的支持</view>
|
|
|
<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
|
|
<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
|
|
|
- <view style="margin-top:24upx;">续期一年到期时间:{{ newDeadline }}</view>
|
|
|
|
|
|
|
+ <view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>
|
|
|
<view style="margin-top:40upx;text-align:center;">
|
|
<view style="margin-top:40upx;text-align:center;">
|
|
|
<button class="admin-button-com big default" @click="closeRenew()">稍后再说</button>
|
|
<button class="admin-button-com big default" @click="closeRenew()">稍后再说</button>
|
|
|
<button class="admin-button-com big blue" @click="startRenew()" style="margin-left:80upx;">续期一年</button>
|
|
<button class="admin-button-com big blue" @click="startRenew()" style="margin-left:80upx;">续期一年</button>
|
|
@@ -281,6 +281,8 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
startRenew(){
|
|
startRenew(){
|
|
|
|
|
+ this.$util.pageTo({ url: "/admin/shop/renewSuccess"})
|
|
|
|
|
+ return false
|
|
|
renewShop().then(res=>{
|
|
renewShop().then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
wexinPay(res.data, this.getSuccess, this.getError)
|
|
wexinPay(res.data, this.getSuccess, this.getError)
|
|
@@ -288,7 +290,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
getSuccess(){
|
|
getSuccess(){
|
|
|
-
|
|
|
|
|
|
|
+ this.$util.pageTo({ url: "/admin/shop/renewSuccess"})
|
|
|
},
|
|
},
|
|
|
getError(){
|
|
getError(){
|
|
|
|
|
|