活动:修改显示逻辑

This commit is contained in:
luying
2022-01-24 17:20:22 +08:00
parent 42ca899e70
commit 685e9779e2
6 changed files with 17 additions and 4 deletions

View File

@@ -55,6 +55,9 @@ export class MonthlyTicketData extends ActivityBase {
this.dayIndex = 0;
this.endTime = 0;
}
public canShow() { // 开始结束时间用于判断是否购买了月卡了,所以直接显示
return true
}
constructor(activityData: ActivityModelType, createTime: number) {
super(activityData, createTime)