|
@@ -139,13 +139,11 @@ class Moment
|
|
|
|
|
|
# 获取热门的子信息
|
|
# 获取热门的子信息
|
|
$info['child'] = array();
|
|
$info['child'] = array();
|
|
- $info['more'] = '';
|
|
|
|
if ($info['type'] < 20) {
|
|
if ($info['type'] < 20) {
|
|
- $child = $this->getData('getHot', $uid, 30, $info['id'], true, 1);
|
|
|
|
|
|
+ $child = $this->getData('getHot', $uid, 30, $info['id'], true, 1, false, false, $collection_id);
|
|
if ($child && $child['info']) {
|
|
if ($child && $child['info']) {
|
|
$info['child'] = $child['info'];
|
|
$info['child'] = $child['info'];
|
|
$info['child_total'] = $child['total'];
|
|
$info['child_total'] = $child['total'];
|
|
- $info['more'] = '展开'.($info['child_total']-3).'条回复';;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|