huangdong 6 年之前
父節點
當前提交
c197a06689
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      helper/room/tpl_group_home.php

+ 5 - 4
helper/room/tpl_group_home.php

@@ -82,9 +82,9 @@ class tpl_group_home
         if($this->is_room_member) {
             $this->show_leave_room();
         }
-        if($this->is_room_member) {
-            $this->show_qrcode();
-        }
+
+        $this->show_qrcode();
+
         if($this->is_room_member && !session_helper::isapp()) {
             $this->show_download();
         }
@@ -97,6 +97,7 @@ class tpl_group_home
         $this->show_header();
         $this->show_inviter();
         $this->enter_room();
+        $this->show_qrcode();
         echo "</div>";
     }
 
@@ -241,7 +242,7 @@ class tpl_group_home
         return ($this->relay_id > 0 && isset($this->participants[$this->relay_id]));
     }
 
-    public function show_members($limit = 5)
+    public function show_members($limit = 10)
     {
         $html = '';