From e29ea7b34e4864182337ac0f9a8e542a07101734 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 28 Oct 2025 11:46:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E8=83=BD=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/mall/promotion/point/activity/modules/form.vue | 3 ++- .../mall/promotion/rewardActivity/components/reward-rule.vue | 2 +- .../src/views/mall/promotion/rewardActivity/modules/form.vue | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web-antd/src/views/mall/promotion/point/activity/modules/form.vue b/apps/web-antd/src/views/mall/promotion/point/activity/modules/form.vue index 5727cb347..94ab444c2 100644 --- a/apps/web-antd/src/views/mall/promotion/point/activity/modules/form.vue +++ b/apps/web-antd/src/views/mall/promotion/point/activity/modules/form.vue @@ -21,7 +21,8 @@ import { import { $t } from '#/locales'; import { getPropertyList } from '#/views/mall/product/spu/form'; -import { SpuAndSkuList, SpuSkuSelect } from '../../../components'; +// TODO @puhui999:有问题 +// import { SpuAndSkuList, SpuSkuSelect } from '../../../components'; import { useFormSchema } from '../data'; const emit = defineEmits(['success']); diff --git a/apps/web-antd/src/views/mall/promotion/rewardActivity/components/reward-rule.vue b/apps/web-antd/src/views/mall/promotion/rewardActivity/components/reward-rule.vue index e0b7df0c3..9a79230ea 100644 --- a/apps/web-antd/src/views/mall/promotion/rewardActivity/components/reward-rule.vue +++ b/apps/web-antd/src/views/mall/promotion/rewardActivity/components/reward-rule.vue @@ -165,7 +165,7 @@ defineExpose({ setRuleCoupon }); 送优惠券: diff --git a/apps/web-antd/src/views/mall/promotion/rewardActivity/modules/form.vue b/apps/web-antd/src/views/mall/promotion/rewardActivity/modules/form.vue index 8458f89b8..81ecab6a7 100644 --- a/apps/web-antd/src/views/mall/promotion/rewardActivity/modules/form.vue +++ b/apps/web-antd/src/views/mall/promotion/rewardActivity/modules/form.vue @@ -20,7 +20,8 @@ import { updateRewardActivity, } from '#/api/mall/promotion/reward/rewardActivity'; import { $t } from '#/locales'; -import { SpuAndSkuList } from '#/views/mall/promotion/components'; +// TODO @puhui999:有问题 +// import { SpuAndSkuList } from '#/views/mall/promotion/components'; import RewardRule from '../components/reward-rule.vue'; import { useFormSchema } from '../data';