Ver Fonte

更新配置表内容

sa03 há 6 anos atrás
pai
commit
2fccd2d3c2

+ 8 - 1
assets/scripts/Tab.js

@@ -76,7 +76,14 @@ cc.Class({
         GameEvent.on(Notikey.RefreshFriendList, this, () => {
             
             this.loadFriendData().then((data) => {
-                Global.friendList = this.friends = data.users || [];  
+                let _friendList = data.users || [];
+                // 过滤好友申请项
+                _friendList = _friendList.filter(n => {
+                    return n.isApplied != 1
+                });
+                
+                Global.friendList = this.friends = _friendList;  
+
                 this.friendLayout();
             }).catch((err) => {
                 console.log(err); 

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
assets/scripts/data/buildingLevel.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
tools/sheet/buildingLevel.json


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff