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