Commit bcfaaa09 by 宋冰琦

修改申请退款跳转页面

parent 050575df
...@@ -235,8 +235,9 @@ export default { ...@@ -235,8 +235,9 @@ export default {
success: (res) => { success: (res) => {
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/order/order' }) // uni.switchTab({ url: '/pages/order/order' })
this.initData()
}) })
} 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