From 710fee6d7c40216aa2f6e196bab07eeef3482146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 6 Jan 2026 15:39:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E9=A2=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/live/pull/mixins/mixins.js | 3 +++ pages/plugins/live/pull/pull.nvue | 2 +- pages/plugins/live/pull/pull.vue | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/plugins/live/pull/mixins/mixins.js b/pages/plugins/live/pull/mixins/mixins.js index ab7ffafa..08ee088a 100644 --- a/pages/plugins/live/pull/mixins/mixins.js +++ b/pages/plugins/live/pull/mixins/mixins.js @@ -68,6 +68,9 @@ export default { if (this.$refs.liveContent) { this.$refs.liveContent.socket_connect(); } + if (this.$refs.liveVideo) { + this.$refs.liveVideo.reload_video(); + } }, /** diff --git a/pages/plugins/live/pull/pull.nvue b/pages/plugins/live/pull/pull.nvue index 37d331f1..a7f33ad2 100644 --- a/pages/plugins/live/pull/pull.nvue +++ b/pages/plugins/live/pull/pull.nvue @@ -1,7 +1,7 @@