活动:修改字段名称

This commit is contained in:
qiaoxin
2021-06-15 11:53:52 +08:00
parent 79e1afe9df
commit 35cf9da0ef
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ export class SignInData extends ActivityBase {
list: Array<SignInItem> = [];
roundIndex: number = 0;//活动周期
price: number = 0;//vip价格普通签到为0
rebet: number = 0;
// rebet: number = 0;
productID: string = '';//商品ID
consume: string = ''//补签消耗
isVip: boolean = false;//是否购买了当前的vip活动
@@ -73,7 +73,7 @@ export class SignInData extends ActivityBase {
this.price = dataObj.price;
this.productID = dataObj.productID;
this.consume = dataObj.consume;
this.rebet = dataObj.rebet;
// this.rebet = dataObj.rebet;
this.startDate = dataObj.startDate ? dataObj.startDate : SIGNIN_OPEN;
this.endDate = dataObj.endDate ? dataObj.endDate : SIGNIN_CLOSE;