lizhen_gitee 8 miesięcy temu
rodzic
commit
ad1cceb193
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      application/api/controller/Jishuguifan.php

+ 2 - 2
application/api/controller/Jishuguifan.php

@@ -42,9 +42,9 @@ class Jishuguifan extends Api
 
         $tree = Tree::instance();
         $tree->init($list, 'pid');
-        $tree->icon = ['a','a','a'];
+        $tree->icon = ['nbsp','nbsp','nbsp'];
 //        $tree->icon = ['','',''];
-        $tree->nbsp = 'a';
+        $tree->nbsp = 'nbsp';
         $treedata = $tree->getTreeList($tree->getTreeArray($tid), 'name');
 
         /*$result = [];