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) } },