wupengfei 2 years ago
parent
commit
b11fad386b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/nutrition/controller/VideoCate.php

+ 1 - 0
application/nutrition/controller/VideoCate.php

@@ -33,6 +33,7 @@ class VideoCate extends Controller
     {
         $this->title = '分类列表';
         $query = $this->_query($this->table)->where('is_deleted',0)->where('pid',0)->page(false);
+        $this->fetch('index_test');
     }
 
     /**