Kaynağa Gözat

微信好友列表修复

hwt 6 yıl önce
ebeveyn
işleme
b912abc6b8

+ 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);
+        }
     },