|
@@ -406,7 +406,7 @@ class tpl_group_home
|
|
|
}
|
|
|
|
|
|
private function room_avatar_btn($avartar){
|
|
|
- if($this->room_info->level() > 0) {
|
|
|
+ if($this->room_info->level() > 0 && !$this->isManager($this->cur_user)) {
|
|
|
$html = "<div class=\"weui-cell\" id=\"edit_group_avatar\">
|
|
|
<div class=\"weui-cell__bd\">
|
|
|
<p>群头像</p>
|