From 06e4c0e83e58e31b437cafcd67469b1fe099a683 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Fri, 9 Apr 2021 14:10:03 +0200 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=9C=89=E5=BD=93=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E7=9A=84=E6=A0=B8=E5=BF=83=E4=BF=A1=E6=81=AF=E5=8F=98=E5=8C=96?= =?UTF-8?q?=E6=97=B6,=E6=89=8D=E5=88=B7=E6=96=B0=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 88c46f6..4faf9b5 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -445,6 +445,9 @@ export default { set (val) { this.SET_DetailCache(val) } + }, + VideoEssentialInfo () { + return this.video.key + '@' + this.video.info.id + '@' + this.video.info.index } }, watch: { @@ -458,12 +461,11 @@ export default { } } }, - video: { + VideoEssentialInfo: { handler () { if (this.changingIPTV) return this.getUrls() - }, - deep: true + } }, setting: { handler () {