diff --git a/pages/index/index.vue b/pages/index/index.vue index bcddfae..188d23a 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -660,7 +660,7 @@ }, getTypeList() { GoodsApi.typeList({ - is_in_store: this.current == 0 ? 0 : 1 + // is_in_store: this.current == 0 ? 0 : 1 }).then(res => { if (res.status == 200) { this.tabList = res.data.list;