This commit is contained in:
chashaobao
2025-12-06 21:19:25 +08:00
parent 6b084b2df2
commit 4ed1d45873
5 changed files with 33 additions and 5 deletions

View File

@ -13,4 +13,5 @@ export enum CacheKey {
AGREEMENT_SIGNED = '__agreement_signed__',
CITY_CODES = '__city_codes__',
JOIN_GROUP_CARD_CLICKED = '__join_group_card_clicked__',
JOIN_GROUP_POPUP_CLICKED = '__join_group_popup_clicked__',
}

View File

@ -213,4 +213,5 @@ export const FULL_PRICE_OPTIONS = FULL_EMPLOY_SALARY_OPTIONS.filter(o => !!o.val
export enum GET_CONTACT_TYPE {
VIP = 'vip',
MATERIAL = 'material',
GROUP = 'group',
}