Browse Source

微信好友列表修复

hwt 6 years ago
parent
commit
b912abc6b8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      allstarSubGame/assets/Script/WechatFriendList.js

+ 3 - 0
allstarSubGame/assets/Script/WechatFriendList.js

@@ -60,6 +60,9 @@ cc.Class({
 
     update(dt) {
         // console.log('子域 update');
+        if (this.listAdapter) {
+            this.listAdapter.update(dt);
+        }
     },