@@ -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;