From af293afd5baccff45e23c1c7fd6e523d9faeb1b1 Mon Sep 17 00:00:00 2001 From: linju Date: Fri, 25 Aug 2023 15:18:18 +0800 Subject: [PATCH] Update swiper-vertical-video.uvue --- pages/template/swiper-vertical-video/swiper-vertical-video.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue index 5e40ecb0..f817b259 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) -- GitLab