From eaddf31bb82d0224c6260eec8c0c5d91f203d032 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 08 九月 2025 13:41:25 +0800
Subject: [PATCH] 定时任务,优惠卷领取状态

---
 pages/product/product/goods/-goods-swiper.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pages/product/product/goods/-goods-swiper.vue b/pages/product/product/goods/-goods-swiper.vue
index eb6cadf..f06ead8 100644
--- a/pages/product/product/goods/-goods-swiper.vue
+++ b/pages/product/product/goods/-goods-swiper.vue
@@ -30,7 +30,8 @@
   </view>
 </template>
 <script>
-import '@/uview-components/uview-ui'
+import '@/components/uview-components/uview-ui';
+	
 export default {
   data() {
     return {

--
Gitblit v1.8.0