From 29d2a3ecfad7b2aadc23710f213da207d3d96ee8 Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 30 May 2024 15:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/newPeople.vue | 2 +- pages/index/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/activity/newPeople.vue b/pages/activity/newPeople.vue index 295717d..a197ba1 100644 --- a/pages/activity/newPeople.vue +++ b/pages/activity/newPeople.vue @@ -27,7 +27,7 @@ - + { let arr = res.data.data @@ -928,7 +928,7 @@ is_brand: this.current == 0 ? 1 : '', is_new: '', order: '', - is_in_store: this.current == 0 ? 0 : 1 + is_in_store: this.current == 0 ? '' : 1 } GoodsApi.brandList(param).then(res => { let arr = res.data.data;