瀏覽代碼

Merge branch '0328_footcat_fr'

15313670163 1 周之前
父節點
當前提交
6971d070ee
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/JsonRpc/FooterService.php

+ 2 - 0
app/JsonRpc/FooterService.php

@@ -140,6 +140,8 @@ class FooterService implements FooterServiceInterface
             if(!empty($child)){
                 $footer_category['child_name'] = $child['name'];
                 $footer_category['is_child'] = 1;
+            }else{
+                $footer_category['is_child'] = 0;
             }
             $result = [
                 'rows'=>$footer_category,