Merge pull request '分类搜索 tag 参数名 title' (#115) from chenxuelian into dev

Reviewed-on: http://git.feashow.cn/feashow/pupil/pulls/115
This commit is contained in:
1171906056
2023-05-13 07:40:29 +00:00

View File

@@ -361,7 +361,8 @@
...this.goodsParam, ...this.goodsParam,
sortType: this.tabCurrent + 1, sortType: this.tabCurrent + 1,
cateId: this.tabbar.length ? this.tabbar[this.menuCurrent].id : 0, 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) { if (firstPage) {
this.goodsList = [] this.goodsList = []