From da473035d87116891bf6d31356182465acac6179 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 15 Jan 2025 11:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/my-video-list/list-item-稳定版.vue | 8 +++++--- components/my-video-list/list-item-预发布优化版.vue | 1 - components/my-video-list/list-item.vue | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/my-video-list/list-item-稳定版.vue b/components/my-video-list/list-item-稳定版.vue index bf731f9..5f0f1db 100644 --- a/components/my-video-list/list-item-稳定版.vue +++ b/components/my-video-list/list-item-稳定版.vue @@ -61,10 +61,13 @@ ref, watch } from 'vue' - let loop=ref(false) + + + let loop = ref(false) // #ifdef APP - loop.value=true + loop.value = true // #endif + const props = defineProps({ item: { type: Object, @@ -227,7 +230,6 @@ function ended() { - isPlying.value = false sendPlayStatus('end') } diff --git a/components/my-video-list/list-item-预发布优化版.vue b/components/my-video-list/list-item-预发布优化版.vue index ef50982..8b736e0 100644 --- a/components/my-video-list/list-item-预发布优化版.vue +++ b/components/my-video-list/list-item-预发布优化版.vue @@ -228,7 +228,6 @@ let loop=ref(false) function ended() { sendPlayStatus('end') - isPlying.value=false } function dianzanClick() { diff --git a/components/my-video-list/list-item.vue b/components/my-video-list/list-item.vue index 4a4bcb9..5f0f1db 100644 --- a/components/my-video-list/list-item.vue +++ b/components/my-video-list/list-item.vue @@ -230,7 +230,6 @@ function ended() { - isPlying.value = false sendPlayStatus('end') }