作者 Cool

审核提示问题调整

@@ -129,9 +129,9 @@ class UserHouse extends Backend @@ -129,9 +129,9 @@ class UserHouse extends Backend
129 $this->error($e->getMessage()); 129 $this->error($e->getMessage());
130 } 130 }
131 if(!$result) { 131 if(!$result) {
132 - $this->error('提现审核失败'); 132 + $this->error('审核失败');
133 } 133 }
134 - $this->success('提现审核成功'); 134 + $this->success('审核成功');
135 } 135 }
136 } 136 }
137 } 137 }