wupengfei
1 天以前 9e5a47d90455c4770815d32899f660b53fc27110
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
    );
  });