Commit 115c2666 by 高淑倩

撤销_参数

parent 0ddee9ed
...@@ -209,7 +209,7 @@ wxService.page({ ...@@ -209,7 +209,7 @@ wxService.page({
mask: true mask: true
}) })
const params = { id } const params = { id }
wxService.post(`/sale/refund/buyer/cancel`, params).then(res => { wxService.post(`/sale/refund/buyer/cancel?id=${id}`).then(res => {
if (res) { if (res) {
const { result, data } = res.data const { result, data } = res.data
if (result == 0) { if (result == 0) {
......
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