From eadae8814dc4a1b6f8cbd98daf0bfbc0c2cac892 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 22 九月 2025 15:31:56 +0800
Subject: [PATCH] 我的订单页面相关问题

---
 pages/promotion/bargain/detail.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/promotion/bargain/detail.vue b/pages/promotion/bargain/detail.vue
index ec9e7af..2f6ef16 100644
--- a/pages/promotion/bargain/detail.vue
+++ b/pages/promotion/bargain/detail.vue
@@ -111,8 +111,8 @@
 </template>
 
 <script>
-import '@/uview-components/uview-ui'
-import popupGoods from "@/components/m-buy/goods"; //璐墿杞﹀晢鍝佺殑妯″潡
+import '@/components/uview-components/uview-ui'
+import popupGoods from "@/pages/promotion/m-buy/goods.vue"; //璐墿杞﹀晢鍝佺殑妯″潡
 import {
   getBargainDetail,
   getBargainActivity,
@@ -120,7 +120,7 @@
   getBargainLog,
   helpBargain,
 } from "@/api/promotions";
-import shares from "@/components/m-share/index";
+import shares from "@/pages/promotion/m-share/index.vue";
 import config from "@/config/config";
 export default {
   components: {

--
Gitblit v1.8.0