mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
fix: 订单支付超时跳转对应页面
This commit is contained in:
@@ -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'});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 支付
|
// 支付
|
||||||
|
|||||||
Reference in New Issue
Block a user