songxingwei 3 years ago
parent
commit
8e41d416dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/store/controller/Article.php

+ 1 - 0
application/store/controller/Article.php

@@ -138,6 +138,7 @@ class Article extends Controller
             }
             $this->catelist = $catelist;
         }else{
+            dump($data);die;
             if (!isset($data['icon']) || $data['icon']==''){
                 $this->error('请上传图标');
             }