feat:【商城】店铺装修-优惠劵:展示优惠、剩余信息

pull/147/head
YunaiV 2025-05-01 08:53:12 +08:00
parent ad7de47a47
commit 500b377b4f
1 changed files with 1 additions and 1 deletions

View File

@ -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: {