mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
fix: 订单支付超时跳转对应页面
This commit is contained in:
@@ -78,6 +78,8 @@ export default {
|
||||
this.support = this.payDetail.support
|
||||
this.walletValue = this.payDetail.walletValue
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.$router.push({name: 'MyOrder'});
|
||||
});
|
||||
},
|
||||
// 支付
|
||||
|
||||
Reference in New Issue
Block a user