提交 e4f5a1ae authored 作者: lihuihui's avatar lihuihui

updata

上级 f32e5e61
...@@ -58,10 +58,12 @@ export default { ...@@ -58,10 +58,12 @@ export default {
getOrderStatus(id) { getOrderStatus(id) {
api.getOrder(id).then(response => { api.getOrder(id).then(response => {
const code = parseInt(response.data.status) const code = parseInt(response.data.status)
setTimeout(() => {
if (code !== -1) { if (code !== -1) {
clearInterval(this.clearTime) clearInterval(this.clearTime)
this.$router.go(0) this.$router.go(0)
} }
}, 1000);
}) })
}, },
// 微信支付 // 微信支付
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<div class="icon-yes" v-if="item.approve_status"></div> <div class="icon-yes" v-if="item.approve_status"></div>
</div> </div>
</template> </template>
<!-- <div class="btn" @click="orderPays" style="font-size:30px;position: relative;z-index: 999;">支付</div> --> <div class="btn" @click="orderPays" style="font-size:30px;position: relative;z-index: 999;">支付</div>
<template v-if="data.length == 0"> <template v-if="data.length == 0">
<van-empty description="您还没有提交申请"/> <van-empty description="您还没有提交申请"/>
<div class="list-btn" v-if="data.length == 0" @click="apply">申请三级认证</div> <div class="list-btn" v-if="data.length == 0" @click="apply">申请三级认证</div>
......
...@@ -10,7 +10,7 @@ module.exports = { ...@@ -10,7 +10,7 @@ module.exports = {
}, },
proxy: { proxy: {
'/api': { '/api': {
target: 'https://alumni2.ezijing.com' target: 'https://alumni.ezijing.com'
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论