update rankui

This commit is contained in:
zhuguoqing 2022-05-25 11:38:16 +08:00
parent 56f6cce2b6
commit 1ca74bc19d

View File

@ -98,7 +98,7 @@ cc.Class({
}
this.lb_name.string = v.name;
this.lb_duanwei.string = this.replacepos(v.address, 7, 20);
this.lb_duanwei.string = this.replacepos(v.address, 7, 37);
this.lb_score.string = JSON.parse(u).value;
this.lb_lv.string = v.level;
if (v.ranked < 1) {