From bfb3ef2f2b19f0618d93ab49fd80771d113b44bb 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 14:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=90=9C=E7=B4=A2=20tag=20?= =?UTF-8?q?=20=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageSearch/goods-category-search/category-index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packageSearch/goods-category-search/category-index.vue b/packageSearch/goods-category-search/category-index.vue index b246edc..3302e66 100644 --- a/packageSearch/goods-category-search/category-index.vue +++ b/packageSearch/goods-category-search/category-index.vue @@ -345,7 +345,7 @@ }, getTagList() { const data = { - pid: this.tabbar[this.menuCurrent].id + pid: 0// this.tabbar[this.menuCurrent].id } this.$apiServe.getTags(data).then(res => { this.tagsList = res.data.data.map((item, index) => {