From 2fa84b7e934bc90ac6957d8e38f726ee5df609f2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 15 Jul 2024 09:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppCarouselList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AppCarouselList.vue b/src/views/AppCarouselList.vue index f28fde2..a577866 100644 --- a/src/views/AppCarouselList.vue +++ b/src/views/AppCarouselList.vue @@ -108,7 +108,7 @@ export default { }).then(res => { if (res?.data) { this.storeKeyGoods = res.data - this.$storeBoard.storeKeyGoods = res.data + this.$set(this.$storeBoard, 'storeKeyGoods', res.data) } }) },