xielin %!s(int64=5) %!d(string=hai) anos
pai
achega
b03a34b54c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
         }