修改申请退款成功的提示框
This commit is contained in:
parent
55e0bc7cd9
commit
f8f3cf08f2
@ -137,7 +137,6 @@ export default {
|
||||
return true;
|
||||
},
|
||||
applyRefund() {
|
||||
|
||||
if(this.type !=2 && !this.verifyParams()) return false;
|
||||
// addrefundall 只需要订单id 和 说明
|
||||
let params = {
|
||||
@ -154,6 +153,7 @@ export default {
|
||||
if(res.errCode == 0) {
|
||||
this.$refs.uToast.show({
|
||||
title: res.message,
|
||||
type: 'success',
|
||||
back: true,
|
||||
})
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user