zhengyiming
2025-06-12 bc462334623650be0594a670f41d82254bcee8ad
fix: 暂时隐藏电信充值通道
2个文件已修改
7 ■■■■ 已修改文件
packages/components/src/views/PhoneBillRecharge/PhoneBillRechargeStep2.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packages/core/src/lifeRechargeConstants.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
packages/components/src/views/PhoneBillRecharge/PhoneBillRechargeStep2.vue
@@ -246,6 +246,11 @@
async function goPay() {
  try {
    if (form.ispCode === blLifeRecharge.constants.IspCode.dianxin) {
      state.msg = '暂不支持电信号码充值';
      state.show = true;
      return;
    }
    let params: LifePhoneDataCreateLifePayOrderInput = {
      userId: blLifeRecharge.accountModel.userId,
      channelId: blLifeRecharge.accountModel.channlesNum,
packages/core/src/lifeRechargeConstants.ts
@@ -95,7 +95,7 @@
  export const IspCodeText = {
    [IspCode.yidong]: '中国移动',
    [IspCode.dianxin]: '中国电信',
    [IspCode.liantong]: '中国联通',
    // [IspCode.liantong]: '中国联通',
  };
  export enum ElectricType {