Commit 9ba9ce1d by 高淑倩

退款preview参数

parent c6f7cbb3
......@@ -288,9 +288,10 @@ wxService.page({
})
},
reFundPreview(cartPro={}) {
const params = {
refundCreateDto: {...cartPro}
}
// const params = {
// refundCreateDto: {...cartPro}
// }
const params = {...cartPro}
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