From 3099c8c49103311ab4404af2111e96196033c363 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 7 Aug 2024 23:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E6=8A=96=E9=9F=B3=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=9A=84=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/index.vue | 2 +- pages/order/addressSelection.vue | 2 +- pages/order/detail.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/goods/index.vue b/pages/goods/index.vue index 75f986f..488c435 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -113,7 +113,7 @@ import detailCommentCard from './components/detail/detail-comment-card.vue'; import detailContentCard from './components/detail/detail-content-card.vue'; import detailActivityTip from './components/detail/detail-activity-tip.vue'; - import { isEmpty } from 'lodash'; + import { isEmpty } from 'lodash-es'; import SpuApi from '@/sheep/api/product/spu'; onPageScroll(() => {}); diff --git a/pages/order/addressSelection.vue b/pages/order/addressSelection.vue index f8d0532..106621e 100644 --- a/pages/order/addressSelection.vue +++ b/pages/order/addressSelection.vue @@ -55,7 +55,7 @@