fix: 订单支付超时跳转对应页面
This commit is contained in:
parent
fb8fa9e787
commit
47315963f1
@ -78,6 +78,8 @@ export default {
|
|||||||
this.support = this.payDetail.support
|
this.support = this.payDetail.support
|
||||||
this.walletValue = this.payDetail.walletValue
|
this.walletValue = this.payDetail.walletValue
|
||||||
}
|
}
|
||||||
|
}).catch((err) => {
|
||||||
|
this.$router.push({name: 'MyOrder'});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 支付
|
// 支付
|
||||||
|
Loading…
x
Reference in New Issue
Block a user