diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue index 5e40ecb00eb5c6d6c8140bedcdd8405540b13cab..f817b25990d17fb0e6340b8c43d0eb020c5784c9 100644 --- a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue +++ b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue @@ -60,7 +60,7 @@ // console.log('slice',3*page,3*page+3); if (this.list.length < 3 * page + 3) { let list : ListItem[] = this.getData() - this.list.push(...list.toTypedArray()) + this.list.push(...list) } let visibleList = this.list.slice(3 * page, 3 * page + 3)