|
@@ -176,7 +176,7 @@ export default {
|
|
|
refund(refundParams).then(res => {
|
|
refund(refundParams).then(res => {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
- uni.navigateTo({url:'/common/success',query:{titleType:1}})
|
|
|
|
|
|
|
+ this.$util.pageTo({url:'/common/success',query:{titleType:1},type:2})
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|