活动:新手限定礼包
This commit is contained in:
@@ -17,7 +17,7 @@ export abstract class ActivityBase {
|
||||
}
|
||||
|
||||
constructor(activityData: ActivityModelType) {
|
||||
this.activityId = activityData.acvitityId;
|
||||
this.activityId = activityData.activityId;
|
||||
this.beginTime = activityData.beginTime;
|
||||
this.endTime = activityData.endTime;
|
||||
this.type = activityData.type;
|
||||
|
||||
Reference in New Issue
Block a user