From 207504da6e39e65b880740e13f9883fb20802678 Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 7 Mar 2024 15:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/newGoods.vue | 7 ++++--- pages/index/index.vue | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/activity/newGoods.vue b/pages/activity/newGoods.vue index a625882..e018469 100644 --- a/pages/activity/newGoods.vue +++ b/pages/activity/newGoods.vue @@ -76,10 +76,11 @@ const app = this; let pamars = { page: 1, - is_brand: 0, + is_brand: '', is_new: 1, - categoryId: 0, - order: '' + categoryId: '', + order: '', + is_in_store: 0 } Api.brandList(pamars) .then(result => { diff --git a/pages/index/index.vue b/pages/index/index.vue index 1738116..c203ff4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -751,7 +751,7 @@ categoryId: '', is_brand: '', is_new: 1, - order: 1, + order: '', is_in_store: 0 } GoodsApi.brandList(param).then(res => { @@ -781,7 +781,7 @@ categoryId: '', is_brand: this.current == 0 ? 1 : '', is_new: '', - order: 1, + order: '', is_in_store: this.current == 0 ? 0 : 1 } GoodsApi.brandList(param).then(res => {