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;