This commit is contained in:
曹辉 2023-04-27 10:29:45 +08:00
parent 5627454e41
commit 16c534d7ef

View File

@ -101,12 +101,12 @@
}, },
// //
videoerror(e) { videoerror(e) {
this.videoerroshow = false
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '暂无视频', title: '暂无视频',
type: 'error', type: 'error',
duration: '2000' duration: '2000'
}) })
this.videoerroshow = false
this.videoshow = false this.videoshow = false
}, },
// //