songxingwei 3 年之前
父節點
當前提交
5594a3c5e6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/store/controller/Article.php

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

@@ -134,6 +134,7 @@ class Article extends Controller
                 dump($catelist);
             }else{
                 $catelist = Db::name('cate')->where('type',1)->where('is_del',1)->where('status',1)->select();
+                dump($catelist);
             }
             $this->catelist = $catelist;
         }else{