This commit is contained in:
luying
2020-12-15 15:22:28 +08:00
parent ea4fa1176b
commit 3a78f667c3
3 changed files with 3 additions and 3 deletions
@@ -17,5 +17,5 @@ let arr = JSON.parse(str);
export const dicExpeditionPoint = new Map<number, DicExpeditionPoint>();
arr.forEach(o => {
o.reward = parseReward(o.reward);
dicExpeditionPoint.set(o.id, o);
dicExpeditionPoint.set(o.point, o);
});