duqinya 5 lat temu
rodzic
commit
f721a9da2b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      app/Repositories/BeanRepository.php

+ 2 - 1
app/Repositories/BeanRepository.php

@@ -278,7 +278,8 @@ class BeanRepository
 //        $star_home['star'][0]['yesterday_quantity_issued'] = Redis::get('yesterday_quantity_issued');//昨日发放总彩虹豆
         $star_home['star'][0]['mybean']['yesterday_quantity_issued'] = 4;//昨日发放总彩虹豆
 
-        $star_home['star'][1]['excellent_residents'] = $this->excellentResidents($request);
+//        $star_home['star'][1]['excellent_residents'] = $this->excellentResidents($request);
+        $star_home['star'][1]['excellent_residents'] = 333;
         $star_home['star'][2]['daily_news'] = $this->getNews($request);
         $star_home['star'][3]['tips'] = $this->getPlatformContent($id = 1);