活动:修改战令显示

This commit is contained in:
陆莹
2022-03-26 11:09:39 +08:00
parent a394bae03e
commit 99b478aa18

View File

@@ -167,7 +167,7 @@ export class TaskPassData extends ActivityBase {
public setPlayerRecord(record: ActivityTaskPassModelType) {
if(!record) return null;
this.setLvByPoint(record.totalPoint);
this.setLvByPoint(record.totalPoint||0);
for(let reward of this.rewards) {
reward.setPlayerRecord(record);
}