Commit b6a86458 by 赵雅纹

Merge branch 'dev_7.1.0' into fixbug-ZYW

parents 9211820f 9ba9ce1d
...@@ -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