gq 7 yıl önce
ebeveyn
işleme
c747061750

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

xqd
@@ -275,7 +275,7 @@ class MyController extends Controller
         $data2  =  SystemInfoModel::where('to_user_id',$user->id)->where('type_id',1)->where('attr_id',2)->orderBy('id','desc')->get()->toArray();
         $new_data2 = [] ;
         if (count($data2) > 0) {
-            if (count($data2) >= 5) {
+            if (count($data2) >= 50) {
                 $data2[0]['message'] = "已经有".count($data2)."个人收藏了你的梦想!";
                 $data2[0]['is_url'] = 1;
                 $data2[0]['is_reply'] = 0;