From 0a729cc88a43f97e9f408bd276130a3caff0b1ff Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 02 七月 2025 18:59:01 +0800
Subject: [PATCH] update 修改商品发布支持预售
---
pages/product/product/promotion/-promotion-assemble-promotions.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/pages/product/product/promotion/-promotion-assemble-promotions.vue b/pages/product/product/promotion/-promotion-assemble-promotions.vue
index 0b6aa84..7e57188 100644
--- a/pages/product/product/promotion/-promotion-assemble-promotions.vue
+++ b/pages/product/product/promotion/-promotion-assemble-promotions.vue
@@ -109,11 +109,9 @@
</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';
+import '@/components/uview-components/uview-ui';
export default {
- components: {UTag,UCountDown},
data() {
return {};
},
--
Gitblit v1.8.0