Commit 9ba9ce1d by 高淑倩

退款preview参数

parent c6f7cbb3
...@@ -288,9 +288,10 @@ wxService.page({ ...@@ -288,9 +288,10 @@ wxService.page({
}) })
}, },
reFundPreview(cartPro={}) { reFundPreview(cartPro={}) {
const params = { // const params = {
refundCreateDto: {...cartPro} // refundCreateDto: {...cartPro}
} // }
const params = {...cartPro}
wx.showLoading({ wx.showLoading({
title: '加载中', title: '加载中',
mask: true 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