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