Commit 8e7073ef by 高淑倩

tradeId

parent 1f0f3343
......@@ -56,7 +56,11 @@ wxService.page({
count
})
});
this.reFundPreview({skuList:skulist})
this.reFundPreview({
tradeId: this.data.id,
skuList:skulist
})
var refundCreateDto = this.data.refundCreateDto
refundCreateDto.reason = this.data.curType.name // 退款原因
......@@ -229,7 +233,9 @@ wxService.page({
count
})
this.reFundPreview({skuList:skulist}) // 退款预览
this.reFundPreview({
tradeId: this.data.id,
skuList:skulist}) // 退款预览
},
getReturnPrice() {
var cartList = this.data.cartList
......@@ -267,7 +273,6 @@ wxService.page({
onShow: function () {
const { params } = this.options
let detail = JSON.parse(params)
console.log("detail", detail)
// item.checked
detail.skuVOList.forEach(item => {
item.checked = false
......
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