|
|
@@ -390,6 +390,7 @@ class VideoService extends BaseService
|
|
|
$info['is_fans'] = MemberCollectService::make()->checkCollect($info['user_id'], $userId, 1);
|
|
|
$info['is_publisher'] = $userId == $info['user_id']? 1 : 0;
|
|
|
$info['time_text'] = isset($info['create_time']) ? dateFormat($info['create_time'], 'Y-m-d H:i') : '';
|
|
|
+ $info['is_my'] = $info['user_id'] == $userId ? 1:0;
|
|
|
// 浏览历史
|
|
|
if(!VideoCollectService::make()->getCollectCacheInfo($userId, $id, 1)){
|
|
|
$data = [
|