From c981e7f470a2e8fc85165ef7ebd78b8c55e3377b Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Fri, 16 May 2025 11:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dh265web=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E9=80=BB=E8=BE=91=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/common/h265web.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/common/h265web.vue b/web/src/views/common/h265web.vue index f50f7b147..3e6e233e3 100644 --- a/web/src/views/common/h265web.vue +++ b/web/src/views/common/h265web.vue @@ -208,15 +208,15 @@ export default { unPause: function() { if (h265webPlayer[this._uid]) { h265webPlayer[this._uid].play() + this.playing = h265webPlayer[this._uid].isPlaying() } - this.playing = h265webPlayer[this._uid].isPlaying() this.err = '' }, pause: function() { if (h265webPlayer[this._uid]) { h265webPlayer[this._uid].pause() + this.playing = h265webPlayer[this._uid].isPlaying() } - this.playing = h265webPlayer[this._uid].isPlaying() this.err = '' }, mute: function() {