qxf 修改申请退款成功的提示框, 消息-关注达人改为展示用户昵称 #391

Merged
theluyuan merged 2 commits from qxf into master 2020-10-14 02:45:43 +00:00
Showing only changes of commit f8f3cf08f2 - Show all commits

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 {