diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue
index 36d5489643b46bb7906d25dbf30180f9694b65ef..30eb98bb08f4e2c8c85833d4e34b2fa74d676fc1 100644
--- a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue
+++ b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue
@@ -14,13 +14,13 @@
-
+
容器:第 {{i}} 个
内容:{{item.content}}
-
+
debug-info 播放状态:
第{{index+1}}个:{{ value }}
@@ -40,7 +40,8 @@
visibleList: [] as ListItem[],// 提高性能 可见的只有3个
current: 0 as number,
index: 0,
- state: ["pause", "unPlay", "unPlay"] as string[]
+ state: ["pause", "unPlay", "unPlay"] as string[],
+ showDebugInfo: false as boolean
}
},
created() {