This commit is contained in:
曹辉 2023-05-04 14:57:47 +08:00
parent 6aa060f639
commit 8b6550426a
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,6 @@
}, },
// //
videoerror(e) { videoerror(e) {
this.videoitem.videoshow = false
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '暂无视频', title: '暂无视频',
type: 'error', type: 'error',
@ -163,6 +162,7 @@
}) })
this.videoerroshow = false this.videoerroshow = false
this.videoshow = false this.videoshow = false
this.videoitem.videoshow = false
}, },
//novideoplay //novideoplay
novideoplay() { novideoplay() {

View File

@ -148,7 +148,6 @@
}, },
// //
videoerror(e) { videoerror(e) {
this.videoitem.videoshow = false
this.videoerroshow = false this.videoerroshow = false
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '暂无视频', title: '暂无视频',
@ -156,6 +155,7 @@
duration: '2000' duration: '2000'
}) })
this.videoshow = false this.videoshow = false
this.videoitem.videoshow = false
}, },
// //
videoplays() { videoplays() {