544782275@qq.com il y a 3 ans
Parent
commit
3e53d93d8e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/store/controller/Company.php

+ 1 - 1
application/store/controller/Company.php

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