pvp:修复赛季相关
This commit is contained in:
@@ -21,7 +21,7 @@ export function loadPvpRankReward() {
|
||||
|
||||
arr.forEach(o => {
|
||||
o.reward = parseGoodStr(o.reward);
|
||||
if (!dicRankMax.max||o.min > dicRankMax.max.min) {
|
||||
if (!dicRankMax.max || o.min > dicRankMax.max.min) {
|
||||
dicRankMax.max = o;
|
||||
}
|
||||
dicRankRewads.push(o);
|
||||
|
||||
Reference in New Issue
Block a user