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