Commit 518cf574 by 高淑倩

订单详情_取消成功_跳转订单列表

parent d6a95277
...@@ -187,7 +187,8 @@ wxService.page({ ...@@ -187,7 +187,8 @@ wxService.page({
// 退货寄回 // 退货寄回
handelCheckRfSend(e) { handelCheckRfSend(e) {
const { id } = e.currentTarget.dataset const { id } = e.currentTarget.dataset
console.log('handelCheckRfSend', id) console.log('handelCheckRfSend物流弹框', id)
// 物流弹框
}, },
// 取消退款 // 取消退款
handelCancelRefund(e) { handelCancelRefund(e) {
......
...@@ -132,11 +132,17 @@ wxService.page({ ...@@ -132,11 +132,17 @@ wxService.page({
title: `取消成功!`, title: `取消成功!`,
icon: 'none' icon: 'none'
}) })
setTimeout(() => {
wxService.router('/pages/order/order')
},200)
} else { } else {
wx.showToast({ wx.showToast({
title: `取消失败!`, title: `取消失败!`,
icon: 'none' icon: 'none'
}) })
setTimeout(() => {
wxService.router('/pages/order/order')
},200)
} }
} }
}) })
......
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