活动:首充增加页签

This commit is contained in:
luying
2022-03-01 15:32:57 +08:00
parent 9e6a43a90a
commit c8c64f7e48
8 changed files with 163 additions and 85 deletions

View File

@@ -95,8 +95,8 @@ export enum SELF_SERVICE_SHOP_CELL_TYPE {
* 活动首充礼包的状态
*/
export enum FIRST_GIFT_STATE {
CLOSED = 0, // 未开启
OPEN = 1, // 开启中
NOT_PAY = 0, // 未充值
PAY = 1, // 已充值
}
/**