|
@@ -176,7 +176,7 @@ class tpl_group_home
|
|
|
return ($this->relay_id > 0 && isset($this->participants[$this->relay_id]));
|
|
|
}
|
|
|
|
|
|
- public function show_members($limit = 10)
|
|
|
+ public function show_members($limit = 25)
|
|
|
{
|
|
|
$html = '';
|
|
|
|
|
@@ -221,6 +221,7 @@ class tpl_group_home
|
|
|
|
|
|
if($this->isManager($uids))
|
|
|
{
|
|
|
+ if($i <= $cnt) $cnt = $cnt + 1;
|
|
|
$head = "<img src=\"{$member['avatar']}\" alt=\"\">
|
|
|
<p>{$member['nickname']}</p>
|
|
|
<span class=\"admin\">管理员</span>
|