视频播放优化

This commit is contained in:
YeMingfei666 2025-01-15 11:14:48 +08:00
parent a0cde5643e
commit da473035d8
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -228,7 +228,6 @@ let loop=ref(false)
function ended() {
sendPlayStatus('end')
isPlying.value=false
}
function dianzanClick() {

View File

@ -230,7 +230,6 @@
function ended() {
isPlying.value = false
sendPlayStatus('end')
}