From b6f3a48da50ef1940b595737f51d282d448d36cc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 28 五月 2025 10:45:43 +0800
Subject: [PATCH] appId更换、登录页组件问题
---
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