充值功能

This commit is contained in:
mabo
2021-06-25 18:47:16 +08:00
parent 974cc504d9
commit 1b2f6e221e
4 changed files with 12 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ export default {
payCallback(params).then(res => {
if (res.result) {
clearInterval(this.interval);
this.$router.push('/payDone');
this.$router.push({path: '/payDone', query: {orderType: this.$route.query.orderType}});
}
});
}