From 43cf01b22df46db9a944fe613be5cde8dd28622b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 12 六月 2025 19:58:14 +0800 Subject: [PATCH] 刷视频支持图片 --- pages/product/product/promotion/-promotion-assemble-promotions.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pages/product/product/promotion/-promotion-assemble-promotions.vue b/pages/product/product/promotion/-promotion-assemble-promotions.vue index 819f8c3..0b6aa84 100644 --- a/pages/product/product/promotion/-promotion-assemble-promotions.vue +++ b/pages/product/product/promotion/-promotion-assemble-promotions.vue @@ -109,7 +109,11 @@ </template> <script> +import UTag from '@/uview-components/uview-ui/components/u-tag/u-tag.vue'; +import UCountDown from '@/uview-components/uview-ui/components/u-count-down/u-count-down.vue'; + export default { + components: {UTag,UCountDown}, data() { return {}; }, -- Gitblit v1.8.0