Commit 60638108 by 高淑倩

modify: 退单列表跳转查看详情

parent 8637730a
...@@ -154,14 +154,17 @@ wxService.page({ ...@@ -154,14 +154,17 @@ wxService.page({
// 查看详情 // 查看详情
handelCheckRfDetail(e){ handelCheckRfDetail(e){
const { id } = e.currentTarget.dataset const { id } = e.currentTarget.dataset
wxService.router(`/pages/orderDetail/orderDetail?id=${id}`)
}, },
// 退货寄回 // 退货寄回
handelCheckRfSend(e){ handelCheckRfSend(e){
const { id } = e.currentTarget.dataset const { id } = e.currentTarget.dataset
console.log('handelCheckRfSend', id )
}, },
// 取消退款 // 取消退款
handelCancelRefund(e){ handelCancelRefund(e){
const { id } = e.currentTarget.dataset const { id } = e.currentTarget.dataset
console.log('取消退款', id )
}, },
// 订单详情 // 订单详情
handelDetail(e) { handelDetail(e) {
......
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