Commit 050575df by 宋冰琦

修改申请退款跳转页面

parent 97b99669
...@@ -236,7 +236,7 @@ export default { ...@@ -236,7 +236,7 @@ export default {
if (res.confirm) { if (res.confirm) {
Order.orderRefund({ orderId: this.orderInfo.id, refundAmount: this.orderInfo.amount }).then(res => { Order.orderRefund({ orderId: this.orderInfo.id, refundAmount: this.orderInfo.amount }).then(res => {
this.backFlag = true this.backFlag = true
uni.switchTab({ url: '/pages/menu/menu' }) uni.switchTab({ url: '/pages/order/order' })
}) })
} else if (res.cancel) { } else if (res.cancel) {
console.log('用户点击取消'); console.log('用户点击取消');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment