Commit 505d0941 by 高淑倩

撤销退款_参数

parent 7ee50858
......@@ -42,8 +42,8 @@ wxService.page({
title: '加载中',
mask: true
})
const params = {id}
wxService.post(`/sale/refund/buyer/cancel`,params).then(res => {
// const params = {id}
wxService.post(`/sale/refund/buyer/cancel?id=${id}`).then(res => {
if (res) {
const { result, data } = res.data
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