From 536a25aba6acdd5d0e637ae8e488e0de63a3fe48 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 28 五月 2025 10:56:32 +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