🐞 fix(商店): 限制限时商店超时不可购买

This commit is contained in:
luying
2022-10-26 17:14:08 +08:00
parent e14368a6e7
commit 31e00b93f3
2 changed files with 5 additions and 1 deletions

View File

@@ -427,6 +427,7 @@ export const STATUS = {
LV_LIMIT: { code: 30905, simStr: '玩家等级不足' },
CAN_NOT_PURCHASE: { code: 30906, simStr: '该商品不可使用该购买方式' },
LADDER_LV_LIMIT: { code: 30907, simStr: '名将擂台等级不足' },
SHOP_TIME_OUT: { code: 30908, simStr: '该商品不可购买' },
// 任务相关 31001-31100
TASK_NOT_REACH_CONDITION: { code: 31001, simStr: '任务不满足条件' },
@@ -502,7 +503,7 @@ export const STATUS = {
MONOPOLY_BANK_COUNT_ERROR: { code: 50031, simStr: '数量错误' },
MONOPOLY_BANK_SAVE_MAX: { code: 50032, simStr: '超过最大限制数量' },
NOT_GIFTPACKAGE: { code: 50033, simStr: '非礼包类型' },
SHOP_CLOSED: { code: 50034, simStr: '停业' },
SHOP_CLOSED: { code: 50034, simStr: '商品不可购买' },
ACTIVITY_RECHARGE_ITEM_NOT_ENOUGH: { code: 50035, simStr: '商品不足' },
ACTIVITY_ITEM_CANNOT_RECEIVE: { code: 50036, simStr: '无可领取物品' },
ACTIVITY_POP_UP_MUST_BUY: { code: 50037, simStr: '该礼包必须购买' },