From b8ace3651f6c5adc81f4cfbfd9fd054131bf7116 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 8 Aug 2024 14:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E9=80=89=E9=87=8D=E7=82=B9=E5=8D=95?= =?UTF-8?q?=E5=93=81=E6=8E=92=E9=99=A4=E5=B7=B2=E5=B1=95=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E9=87=8D=E7=82=B9=E5=8D=95=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppCarouselList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/AppCarouselList.vue b/src/views/AppCarouselList.vue index 3f69194..599406e 100644 --- a/src/views/AppCarouselList.vue +++ b/src/views/AppCarouselList.vue @@ -74,7 +74,7 @@ export default { }).then(res => { if (res?.data) { this.storeKeyGoods = res.data - this.$set(this.$storeBoard, 'storeKeyGoods', res.data) + this.$set(this.$storeBoard, 'storeKeyGoods', res.data.filter(e => !/(104|108|109)/.test(e.goodsCategoryId))) } }) }, @@ -156,7 +156,7 @@ export default { -
+