Commit 2edf8c70 by 高淑倩

add:退款/售后

parent 5e5e816d
...@@ -70,7 +70,26 @@ wxService.page({ ...@@ -70,7 +70,26 @@ wxService.page({
var refundCreateDto = this.data.refundCreateDto var refundCreateDto = this.data.refundCreateDto
returnOrder.reason = this.data.curType.value // 退款原因 refundCreateDto.reason = this.data.curType.value // 退款原因
refundCreateDto.skuList = selectGoods.map(function (item) {
return {
amount: item.amount,
count: item.count,
skuId: item.skuId
}
})
console.log('refundCreateDto', refundCreateDto)
// wx.showLoading({
// title: '加载中',
// mask: true
// })
}, },
......
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