diff --git a/root/person/marge.vue b/root/person/marge.vue index d9d4f62..8739347 100644 --- a/root/person/marge.vue +++ b/root/person/marge.vue @@ -359,7 +359,7 @@ export default { if(res.confirm){ that.G.Get(that.api.person_applyFalse + '/' + $data.id,{},()=>{ uni.showToast({ - icon:'error', + icon:'success', title:'已拒绝' }); that.getList();