@@ -116,7 +116,7 @@ class Company extends Controller
if ($this->request->isGet()) {
} elseif ($this->request->isPost()) {
- if (empty($data['logo'])) $this->error('公司信息LOGO不能为空,请上传图片');
+
}