修改footer点击失效

This commit is contained in:
zyronon 2021-06-26 02:45:00 +08:00
parent e0ff7da9c1
commit c06484e0cd

View File

@ -230,7 +230,7 @@ export default {
let video = this.$refs.video
video.currentTime = this.currentTime
video.play()
this.$stopPropagation(e)
// this.$stopPropagation(e)
},
}