You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
670 B

4 years ago
3 years ago
3 years ago
4 years ago
3 years ago
4 years ago
  1. // 监听器命名
  2. // 避免命名冲突,误触监听器
  3. export const WRITE_OFF_STORE_INFO = 'stadium_list';
  4. export const WRITE_OFF_ORDER_INFO = 'order_info'; // 场地核销确认页/ 年月卡核销确认页/ 赛事核销确认页
  5. export const WRITE_OFF_YM_ORDER_INFO = 'ym_order_info'; // 年月卡订单核销
  6. export const WRITE_OFF_MALL_ORDER_INFO = 'mall_order_info'; // 商城订单核销
  7. export const WRITE_OFF_MALL_ORDER_SUCCESS = 'mall_order_success'; // 商城订单核销成功!
  8. export default {
  9. WRITE_OFF_STORE_INFO,
  10. WRITE_OFF_ORDER_INFO,
  11. WRITE_OFF_YM_ORDER_INFO,
  12. WRITE_OFF_MALL_ORDER_INFO,
  13. WRITE_OFF_MALL_ORDER_SUCCESS
  14. }