From f64549c06c2e4fd3f47552ae0fcb3ae5ae79f796 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 24 六月 2025 18:41:43 +0800 Subject: [PATCH] 首页视频性能优化 --- components/m-take-down-sale-goods/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/m-take-down-sale-goods/index.vue b/components/m-take-down-sale-goods/index.vue index 2d0d740..59dfffd 100644 --- a/components/m-take-down-sale-goods/index.vue +++ b/components/m-take-down-sale-goods/index.vue @@ -12,12 +12,12 @@ </template> <script> -import UPopup from '@/uview-components/uview-ui/components/u-popup/u-popup.vue'; +import '@/components/uview-components/uview-ui'; import goodsRecommend from "@/components/m-goods-recommend/index.vue"; export default { - components: { goodsRecommend,UPopup }, + components: { goodsRecommend }, data() { return { show: true, // 鏄惁鏄剧ず -- Gitblit v1.8.0