修改申请退款成功的提示框

This commit is contained in:
亓雪峰 2020-10-13 14:30:01 +08:00
parent 55e0bc7cd9
commit f8f3cf08f2

View File

@ -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 {