Commit b6a86458 by 赵雅纹

Merge branch 'dev_7.1.0' into fixbug-ZYW

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