@@ -104,10 +104,10 @@ import {applyRefund} from '@/api/payment.js'
applyRefund(this.query).then(res=>{
this.loading = false
if(res.state == 'Success'){
- uni.showToast({
- title:'申请成功',
- icon:'success'
- })
+ // uni.showToast({
+ // title:'申请成功',
+ // icon:'success'
+ // })
uni.navigateBack()
}
})