Commit d9c856bf authored by wildfirecode's avatar wildfirecode

1

parent 38e43360
......@@ -37,11 +37,11 @@ showlog(){
const homedata = getHomeData();
if (data > homedata.levels.length) {
addAdComp(84, 911, this,29);
addAdComp(84, 911-10, this,29);
NetManager.ins.showLog(getlogItem(29));
}
else
addRankFriendList(84, 911, this,data);
addRankFriendList(84, 911-10, this,data);
setGlow(this['levelTxt'], 0xfa4b09, 1);
this['levelTxt'].text = `第${data}关`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment