diff --git a/packageSearch/goods-category-search/category-index.vue b/packageSearch/goods-category-search/category-index.vue index 3302e66..e084dc3 100644 --- a/packageSearch/goods-category-search/category-index.vue +++ b/packageSearch/goods-category-search/category-index.vue @@ -361,7 +361,8 @@ ...this.goodsParam, sortType: this.tabCurrent + 1, cateId: this.tabbar.length ? this.tabbar[this.menuCurrent].id : 0, - tagIds: this.tagsList.length ? this.tagsList[this.tagCurrent].id : 0 + title: this.tagsList.length ? this.tagsList[this.tagCurrent].name : 0 + // tagIds: this.tagsList.length ? this.tagsList[this.tagCurrent].id : 0 } if (firstPage) { this.goodsList = []