Explorar el Código

微信好友列表修复

hwt hace 6 años
padre
commit
b912abc6b8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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);
+        }
     },