From c6e63a91a0c67afe8b4c277d36f80428175c09b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Dchenxuelian=E2=80=9C?= <“chenxuelian@cjiedata.com”> Date: Sat, 13 May 2023 15:39:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=90=9C=E7=B4=A2=20tag=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8D=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageSearch/goods-category-search/category-index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = []