huangdong 6 years ago
parent
commit
55bdcf952f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      mobile/templates/default/talk/homepage_room.php

+ 3 - 2
mobile/templates/default/talk/homepage_room.php

@@ -246,8 +246,9 @@
                 });
                 });
             };
             };
 
 
-            getTalkInfo();
-
+            if(is_app) {
+                getTalkInfo();
+            }
             $('#add_member').on('click', function () {
             $('#add_member').on('click', function () {
                 var jsonobject = {
                 var jsonobject = {
                     action: "friend_add",
                     action: "friend_add",