抽卡:添加提示和限制

This commit is contained in:
luying
2022-08-03 14:31:44 +08:00
parent 9a269c51d5
commit 3f06432b3f
4 changed files with 5 additions and 4 deletions

View File

@@ -438,6 +438,7 @@ export const STATUS = {
GACHA_GUIDE_NOT_DO: { code: 31110, simStr: '没有抽卡过' },
GACHA_GUIDE_HAS_DONE: { code: 31111, simStr: '未到达选择时间或已经选择过了' },
GACHA_GUIDE_NO_CANDIDATE: { code: 31112, simStr: '该位置没有保存过数据' },
GACHA_IS_LOCK: { code: 31113, simStr: '十连抽未解锁' },
// 礼包码 31201-31300
GIFT_CODE_USED_NUM_MAX: { code: 31201, simStr: '礼包码使用次数超过' },
YOU_HAVE_USED_THIS_CODE: { code: 31202, simStr: '您已使用过该码' },