活动:修改字段名称
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user