Init project

This commit is contained in:
lifizer
2023-09-20 21:49:33 +08:00
parent 85a5989c96
commit c9ceac9f37
710 changed files with 125705 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
/**
|--------------------------------------------------
| Switch City 模块
|--------------------------------------------------
*/
export const CITY_GET_LOCATION = 'CITY_GET_LOCATION';
export const CITY_SELECT_COUNTY = 'CITY_SELECT_COUNTY';
export const CITY_CHANGE_CODE = 'CITY_CHANGE_CODE';
export const CITY_CHANGE_COUNTY = 'CITY_CHANGE_COUNTY';
/**
|--------------------------------------------------
| 购物车模块
|--------------------------------------------------
*/
export const ADD_CART = 'ADD_CART'
export const REDUCE_CART = 'REDUCE_CART'
export const INIT_BUYCART = 'INIT_BUYCART'
export const CLEAR_CART = 'CLEAR_CART'