活动:首充状态

This commit is contained in:
luying
2022-05-18 15:04:09 +08:00
parent 1fd9ab53a2
commit 464f8175ce
2 changed files with 4 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ export enum SELF_SERVICE_SHOP_CELL_TYPE {
export enum FIRST_GIFT_STATE {
NOT_PAY = 0, // 未充值
PAY = 1, // 已充值
ALL_RECEIVED = 2,
}
/**