Commit bcfaaa09 by 宋冰琦

修改申请退款跳转页面

parent 050575df
......@@ -235,8 +235,9 @@ export default {
success: (res) => {
if (res.confirm) {
Order.orderRefund({ orderId: this.orderInfo.id, refundAmount: this.orderInfo.amount }).then(res => {
this.backFlag = true
uni.switchTab({ url: '/pages/order/order' })
// this.backFlag = true
// uni.switchTab({ url: '/pages/order/order' })
this.initData()
})
} else if (res.cancel) {
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