军团:军团boss表

This commit is contained in:
luying
2022-05-16 15:14:14 +08:00
parent ca0b673839
commit c159e6ac9b
2 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ export class MonthlyTicketData extends ActivityBase {
this.name = dataObj.name;
this.productID = dataObj.productID;
this.price = dataObj.price;
this.days = dataObj.days;
if(dataObj.days) this.days = dataObj.days;
this.baseReward = dataObj.baseReward;
this.firstReward = dataObj.firstReward;
this.imageName = dataObj.imageName;