作者 Cool

审核提示问题调整

... ... @@ -129,9 +129,9 @@ class UserHouse extends Backend
$this->error($e->getMessage());
}
if(!$result) {
$this->error('提现审核失败');
$this->error('审核失败');
}
$this->success('提现审核成功');
$this->success('审核成功');
}
}
}
... ...