| xqd
@@ -60,7 +60,7 @@ class InfoController extends Controller
|
|
|
$query->orderBy('created_at');
|
|
|
}])->orderBy('id','desc')->get();
|
|
|
foreach ($interactions as $k => $v){
|
|
|
- if ($v->video) $interactions->interaction_md5 = $this->getMd5($v->video);
|
|
|
+ if ($v->video) $v->interaction_md5 = $this->getMd5($v->video);
|
|
|
}
|
|
|
// 梦想
|
|
|
$dream = DreamInfoModel::find($id);
|