提交 7325caff authored 作者: lihuihui's avatar lihuihui

修改bug

上级 a11fd864
......@@ -286,12 +286,17 @@ export default {
window.sessionStorage.removeItem('dataId')
window.sessionStorage.removeItem('dataUrl')
setTimeout(() => {
this.$router.go(-1)
this.$router.replace({
path: '/attestation'
})
// this.$router.go(-1)
}, 1000)
}
})
} else {
this.$router.go(0)
this.$router.replace({
path: '/attestation'
})
}
})
}
......
......@@ -26,7 +26,7 @@
<div class="btn" v-if="item.pay == 0" @click="orderPays">支付</div>
</template>
</div>
<!-- <div class="icon-yes" v-if="item.approve_status"></div> -->
<div class="icon-yes" v-if="item.approve_status == 1"></div>
</div>
</template>
<!-- <div class="btn" @click="orderPays" style="font-size:30px;position: relative;z-index: 999;">支付</div> -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论