活动:时间

This commit is contained in:
陆莹
2022-03-23 13:54:04 +08:00
parent 29c5ae8a0a
commit 7bb8250060
70 changed files with 456 additions and 342 deletions

View File

@@ -61,7 +61,7 @@ export class PopUpShopData extends ActivityBase {
maxPrice: number = 0; // 礼包上限
constructor(activityData: ActivityModelType) {
super(activityData, 0);
super(activityData, 0, 0);
this.initData(activityData.data)
}