| | |
| | | export const IspCodeText = { |
| | | [IspCode.yidong]: '中国移动', |
| | | [IspCode.dianxin]: '中国电信', |
| | | // [IspCode.liantong]: '中国联通', |
| | | [IspCode.liantong]: '中国联通', |
| | | }; |
| | | |
| | | export const IspCodeTextForSelect = { |
| | | // [IspCode.yidong]: '中国移动', |
| | | [IspCode.dianxin]: '中国电信', |
| | | [IspCode.liantong]: '中国联通', |
| | | }; |
| | | |
| | | export enum ElectricType { |
| | |
| | | [LifePayChannelAgentType.BrandAgent]: '品牌代理', |
| | | [LifePayChannelAgentType.AreaAgent]: '区域代理', |
| | | }; |
| | | |
| | | export enum AnnouncementTypeEnum { |
| | | /**普通公告 */ |
| | | Normal = 10, |
| | | /**弹窗公告 */ |
| | | Dialog = 20, |
| | | } |
| | | |
| | | export enum AnnouncementStatusEnum { |
| | | /**展示中 */ |
| | | Showing = 10, |
| | | /**待展示 */ |
| | | Wait = 20, |
| | | /**已停止 */ |
| | | Stop = 30, |
| | | } |
| | | } |