From df16e85df9d82b5def884eaa9b5228e9f5dab124 Mon Sep 17 00:00:00 2001 From: 1154079537 <1154079537@qq.com> Date: Wed, 22 May 2024 14:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods_details/index.vue | 4 +--- pages/store/home/index.vue | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue index e8bd8b5..e99fd71 100644 --- a/pages/goods_details/index.vue +++ b/pages/goods_details/index.vue @@ -893,9 +893,7 @@ getConfig() { let self = this // 获取配置 - getconfig().then(res => { - - }).catch(err => {}) + getconfig().then(res => {}).catch(err => {}) }, /**到货通知*/ arrivalNotice() { diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue index 32913bc..dff0ca0 100644 --- a/pages/store/home/index.vue +++ b/pages/store/home/index.vue @@ -607,7 +607,8 @@ this.getMerClassifly(); // 购物车 - this.getCart(); + if (this.isLogin) + this.getCart(); }, /**