From 6ac8a1723a96c752bb0e31feca4cc4843f9b7e9e Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 24 七月 2025 17:33:01 +0800 Subject: [PATCH] 解决商品不能搜索的问题 --- pages/promotion/bargain/detail.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/promotion/bargain/detail.vue b/pages/promotion/bargain/detail.vue index 3995f5c..2f6ef16 100644 --- a/pages/promotion/bargain/detail.vue +++ b/pages/promotion/bargain/detail.vue @@ -111,7 +111,8 @@ </template> <script> -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, @@ -119,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