gq 8 năm trước cách đây
mục cha
commit
06cc4d12ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/app/Http/Controllers/Api/V1/IndexController.php

+ 1 - 1
server/app/Http/Controllers/Api/V1/IndexController.php

xqd
@@ -154,7 +154,7 @@ class IndexController extends Controller
             $banner = $this->getBanner();
     //        获取其他用户信息 及梦想
             $dreams = DreamInfoModel::orderBy('score','desc')->limit(20)->paginate(20);
-            $this->dreams($dreams);
+//            $this->dreams($dreams);
             return $this->api(compact('banner','users','dreams'));
         }
     }