xielin 5 年之前
父节点
当前提交
b03a34b54c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      app/Repositories/BeanRepository.php

+ 4 - 0
app/Repositories/BeanRepository.php

@@ -233,6 +233,8 @@ class BeanRepository
         foreach ($circleList as $circle) {
             $temp = [];
             $temp['circle_id'] = $circle['id'];
+            $temp['image'] = $circle['image'];
+            $temp['join_limit'] = $circle['join_limit'];
             $temp['circle_name'] = mb_substr($circle['name'], 0, 6);
             $circles[] = $temp;
         }
@@ -401,6 +403,8 @@ class BeanRepository
         foreach ($circleList as $circle) {
             $temp = [];
             $temp['circle_id'] = $circle['id'];
+            $temp['image'] = $circle['image'];
+            $temp['join_limit'] = $circle['join_limit'];
             $temp['circle_name'] = mb_substr($circle['name'], 0, 6);
             $circles[] = $temp;
         }