fix: 订单支付超时跳转对应页面

This commit is contained in:
lele0521 2024-03-27 15:36:56 +08:00
parent fb8fa9e787
commit 47315963f1

View File

@ -78,6 +78,8 @@ export default {
this.support = this.payDetail.support
this.walletValue = this.payDetail.walletValue
}
}).catch((err) => {
this.$router.push({name: 'MyOrder'});
});
},
//