diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/product-list/index.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/product-list/index.vue index 9a4861fa6..446b78b61 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/product-list/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/product-list/index.vue @@ -7,6 +7,8 @@ import { onMounted, ref, watch } from 'vue'; import { fenToYuan } from '@vben/utils'; +import { Image } from 'ant-design-vue'; + import { getSpuDetailList } from '#/api/mall/product/spu'; /** 商品栏 */