wupengfei
2025-06-04 f83f74863b05def138a5c87c3084e0de0dc01392
packages/components/src/hooks/index.ts
@@ -53,7 +53,7 @@
    return (
      lifePayRateList.value.find(
        (x) => x.rateType === blLifeRecharge.constants.LifePayRateTypeEnum.默认话费折扣
      )?.rate ?? 100
      )?.rate ?? 0
    );
  });
@@ -64,7 +64,7 @@
    return (
      lifePayRateList.value.find(
        (x) => x.rateType === blLifeRecharge.constants.LifePayRateTypeEnum.默认电费折扣
      )?.rate ?? 100
      )?.rate ?? 0
    );
  });
@@ -75,7 +75,7 @@
    return (
      lifePayRateList.value.find(
        (x) => x.rateType === blLifeRecharge.constants.LifePayRateTypeEnum.默认燃气折扣
      )?.rate ?? 100
      )?.rate ?? 0
    );
  });