|
@@ -151,7 +151,7 @@ export default {
|
|
|
refund(refundParams).then(res => {
|
|
refund(refundParams).then(res => {
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
- uni.navigateTo({url:'/common/success',query:{titleType:1}})
|
|
|
|
|
|
|
+ uni.navigateTo({url:'/common/success?titleType=1&id='+res.data.id,type:2})
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|