完善订单列表操作

master
wayn 4 years ago
parent 48c06af3db
commit 3c52d496f2

@ -143,7 +143,7 @@ export default {
// todo : alipay
testPayNotify(this.orderId)
.then((res) => {
this.$router.push({ path: '/user/order/list/2' })
this.$router.push({ path: '/user/order/list/2' })// tab
})
.catch((err) => {
this.$dialog.alert({ message: '支付失败' })

Loading…
Cancel
Save