zhengyiming
2025-03-28 8bb9173a95a87e3ceab4f48b5b34041af38b7c70
packages/components/src/constants/index.ts
@@ -12,3 +12,17 @@
  [IspCode.dianxin]: '中国电信',
  [IspCode.liantong]: '中国联通',
};
export enum OrderInputType {
  /**
   * 升序
   */
  Asc,
  /**
   * 降序
   */
  Desc,
}
export const CustomerServicePhone = '16505012333';
export const CustomerServiceTips = `如充值过程中遇到问题,请联系客服 ${CustomerServicePhone}(周一到周五 9:00-17:30)`;