Update UIMain.js

This commit is contained in:
guoqing.zhu 2022-05-30 17:37:35 +08:00
parent 73022c1d8c
commit bf3ea6ca1f

View File

@ -448,12 +448,6 @@ cc.Class({
nd.getComponent('UIRank').init(JSON.stringify(data));
this.node.addChild(nd);
});
// NetManage.getRankList(10, () => {
// var nd = cc.instantiate(this.pb_rank);
// this.node.addChild(nd);
// });
},
calltask() {