From 500b377b4f658f3fc1cb8df5b0db4f3fa2c33c10 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 1 May 2025 08:53:12 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91=E5=BA=97=E9=93=BA=E8=A3=85=E4=BF=AE-=E4=BC=98?= =?UTF-8?q?=E6=83=A0=E5=8A=B5=EF=BC=9A=E5=B1=95=E7=A4=BA=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E3=80=81=E5=89=A9=E4=BD=99=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/components/s-coupon-block/s-coupon-block.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheep/components/s-coupon-block/s-coupon-block.vue b/sheep/components/s-coupon-block/s-coupon-block.vue index 59c19b4d..3078247b 100644 --- a/sheep/components/s-coupon-block/s-coupon-block.vue +++ b/sheep/components/s-coupon-block/s-coupon-block.vue @@ -58,7 +58,7 @@ import { ref, onMounted, computed } from 'vue'; import { CouponTemplateValidityTypeEnum, PromotionDiscountTypeEnum } from '@/sheep/helper/const'; import { floatToFixed2, formatDate } from '@/sheep/helper/utils'; - import { formatDiscountPercent, fen2yuanSimple } from '@/sheep/hooks/useGoods'; + import { formatDiscountPercent } from '@/sheep/hooks/useGoods'; const props = defineProps({ data: {