活动:新武将抽卡活动
This commit is contained in:
@@ -14,6 +14,7 @@ export class LandItem {
|
||||
saveMax: number //银行存钱最大数额
|
||||
takeOutMax: number //银行取钱最大次数
|
||||
shopActivityId: number //商店对应的商店id
|
||||
shoppingCountMax: number //逛商店次数
|
||||
|
||||
record: any[] = []; //历史操作
|
||||
stopCount: number //停留次数
|
||||
@@ -27,6 +28,7 @@ export class LandItem {
|
||||
this.saveMax = data.saveMax;
|
||||
this.takeOutMax = data.takeOutMax;
|
||||
this.shopActivityId = data.shopActivityId;
|
||||
this.shoppingCountMax = data.shoppingCountMax;
|
||||
this.record = [];
|
||||
this.stopCount = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user