소스 검색

接口微调

lizhen_gitee 8 달 전
부모
커밋
ad1cceb193
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 = [];