商店:添加名将擂台限制
This commit is contained in:
@@ -19,6 +19,7 @@ interface ShopItemInDb {
|
||||
num: number;
|
||||
guildLvLimit: number;
|
||||
lvLimit: number;
|
||||
ranklimit: number;
|
||||
purchaseLimit: number;
|
||||
vipPurchaseLimit: number;
|
||||
refreshType: number;
|
||||
@@ -75,6 +76,7 @@ export class ShopDicData {
|
||||
num: number;
|
||||
guildLvLimit: number;
|
||||
lvLimit: number;
|
||||
ranklimit: number;
|
||||
purchaseLimit: number;
|
||||
vipPurchaseLimit: number;
|
||||
refreshType: SHOP_REFRESH_TYPE;
|
||||
@@ -94,6 +96,7 @@ export class ShopDicData {
|
||||
this.num = obj.num;
|
||||
this.guildLvLimit = obj.guildLvLimit;
|
||||
this.lvLimit = obj.lvLimit;
|
||||
this.ranklimit = obj.ranklimit;
|
||||
this.purchaseLimit = obj.purchaseLimit;
|
||||
this.vipPurchaseLimit = obj.vipPurchaseLimit;
|
||||
this.refreshType = obj.refreshType;
|
||||
|
||||
Reference in New Issue
Block a user