Commit 8e7073ef by 高淑倩

tradeId

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