修改
This commit is contained in:
parent
6aa060f639
commit
8b6550426a
@ -155,7 +155,6 @@
|
||||
},
|
||||
//视频播放出错
|
||||
videoerror(e) {
|
||||
this.videoitem.videoshow = false
|
||||
this.$refs.uToast.show({
|
||||
title: '暂无视频',
|
||||
type: 'error',
|
||||
@ -163,6 +162,7 @@
|
||||
})
|
||||
this.videoerroshow = false
|
||||
this.videoshow = false
|
||||
this.videoitem.videoshow = false
|
||||
},
|
||||
//novideoplay未购买
|
||||
novideoplay() {
|
||||
|
||||
@ -148,7 +148,6 @@
|
||||
},
|
||||
//视频播放出错
|
||||
videoerror(e) {
|
||||
this.videoitem.videoshow = false
|
||||
this.videoerroshow = false
|
||||
this.$refs.uToast.show({
|
||||
title: '暂无视频',
|
||||
@ -156,6 +155,7 @@
|
||||
duration: '2000'
|
||||
})
|
||||
this.videoshow = false
|
||||
this.videoitem.videoshow = false
|
||||
},
|
||||
//视频播放
|
||||
videoplays() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user