From 4aeaa2185414ed4e1abfdd31ca3209ea7f90d247 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 26 Dec 2022 22:18:40 +0800 Subject: [PATCH] =?UTF-8?q?uniapp=EF=BC=9A=E3=80=90=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E3=80=91=E6=A0=B7=E5=BC=8F=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/pages/category/product-list.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yudao-ui-app/pages/category/product-list.vue b/yudao-ui-app/pages/category/product-list.vue index c78cb4f70..2ec12d19f 100644 --- a/yudao-ui-app/pages/category/product-list.vue +++ b/yudao-ui-app/pages/category/product-list.vue @@ -3,10 +3,13 @@ + + + @@ -52,7 +55,7 @@ }, methods: { changeTabs(item) { - if (item.index != this.current) { + if (item.index !== this.current) { this.handleProductSpu(item.index) } },