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 { -
+