提交 57a063e3 authored 作者: lihuihui's avatar lihuihui

updata

上级 e4f5a1ae
...@@ -60,8 +60,8 @@ export default { ...@@ -60,8 +60,8 @@ export default {
const code = parseInt(response.data.status) const code = parseInt(response.data.status)
setTimeout(() => { setTimeout(() => {
if (code !== -1) { if (code !== -1) {
clearInterval(this.clearTime)
this.$router.go(0) this.$router.go(0)
clearInterval(this.clearTime)
} }
}, 1000); }, 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>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论