活动:用膳刷新时间

This commit is contained in:
luying
2022-04-26 10:47:12 +08:00
parent a0d4607d14
commit a304b5e52e
3 changed files with 12 additions and 7 deletions

View File

@@ -441,7 +441,7 @@ export const STATUS = {
ACTIVITY_UNOPENED: { code: 50007, simStr: '还未开启,不能购买' },
ACTIVITY_RES_NOT_ENOUGH: { code: 50008, simStr: '资源不足' },
ACTIVITY_CLOSED: { code: 50009, simStr: '关闭中' },
ACTIVITY_DAY_INDEX_OVER: { code: 50010, simStr: '心急吃不了热豆腐' },
ACTIVITY_DAY_INDEX_OVER: { code: 50010, simStr: '活动时间未开始,无法领取' },
ACTIVITY_EXPIRE: { code: 50011, simStr: '活动到期,刷新' },
ACTIVITY_GROWTH_FUND_END: { code: 50012, simStr: '成长基金活动结束' },
ACTIVITY_NEED_BUY: { code: 50013, simStr: '成长基金需要购买' },