From 57ff3325f0d0d7c5fb616e5f7d0f3ccd0396a40d Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Wed, 28 Oct 2020 17:38:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8B=20=E4=BC=98=E5=8C=96=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index a75aa8d..a9eeca5 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -16,7 +16,7 @@ - + 下一集 @@ -218,7 +218,6 @@ export default { length: 0, timer: null, scroll: false, - showNext: false, isStar: false, isTop: false, mini: {}, @@ -340,7 +339,6 @@ export default { playVideo (index = 0, time = 0) { this.fetchM3u8List().then(m3u8Arr => { this.xg.src = m3u8Arr[index] - this.showNext = m3u8Arr.length > 1 if (time !== 0) { this.xg.play() @@ -367,7 +365,6 @@ export default { if (VIDEO_DETAIL_CACHE[cacheKey]) { this.name = VIDEO_DETAIL_CACHE[cacheKey].name resolve(VIDEO_DETAIL_CACHE[cacheKey].list) - return } zy.detail(this.video.key, this.video.info.id).then(res => { this.name = res.name @@ -1109,7 +1106,6 @@ export default { this.xg = null this.name = '' this.right.list = [] - this.showNext = false this.getAllhistory() setTimeout(() => { this.xg = new Hls(this.config)