@@ -44,8 +44,8 @@ class Platform extends Api
}
$config=$this->config();
$configs=config('site');
- $list = model('VideoShare')
- ->with('videolist,user')
+ $list = model('VideoShare')
+ ->with('videolist')
->where($map)
->limit(10)
->select();