Commit 39c449b1 by 高淑倩

订单详情_删除_订单列表

parent 518cf574
...@@ -74,11 +74,17 @@ wxService.page({ ...@@ -74,11 +74,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