修改
This commit is contained in:
parent
6aa060f639
commit
8b6550426a
@ -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() {
|
||||||
|
|||||||
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user