From 7db888ef570230c5bc8b9e382514eeb5143a18dc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 27 五月 2025 10:50:49 +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