活动:月卡领取

This commit is contained in:
qiaoxin
2021-05-13 21:09:13 +08:00
parent 803ad06ed8
commit e750ba46e0
12 changed files with 288 additions and 25 deletions
@@ -23,6 +23,8 @@ export enum ACTIVITY_TYPE {
LIMIT_PACKAGE_SHOP_DAILY = 16, // 每日限购礼包,RMB购买礼包
LIMIT_PACKAGE_SHOP_WEEKLY = 17, // 每周限购礼包,RMB购买礼包
YUAN_BAO_SHOP = 18, // 元宝充值商店
MONTHLY_TICKET_1 = 19, // 月卡1(普通)
MONTHLY_TICKET_2 = 20, // 月卡2(至尊)
}
/**
+2 -1
View File
@@ -375,6 +375,7 @@ export const STATUS = {
APPLY_ORDER_ERROR: { code: 70005, simStr: '下单失败' },
ORDER_ERROR: { code: 70006, simStr: '订单错误' },
PRICE_ERROR: { code: 70007, simStr: '价格错误' },
NO_PAY: { code: 70008, simStr: '未支付' }
NO_PAY: { code: 70008, simStr: '未支付' },
NO_MOTHLY_TICKET_REWARD: { code: 70009, simStr: '没有可领取的月卡奖励' }
}