From 8d40cbd5fc8723523ad50fb80a4f1e109caaeef7 Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Fri, 5 Jun 2020 11:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B6=20=E7=A7=BB=E9=99=A4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 9aded10..9623143 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -228,7 +228,6 @@ export default { }, playVideo (index, time) { tools.detail_get(this.video.site, this.video.detail).then(res => { - console.log(res, 'res paly video') this.name = res.name this.right.listData = res.m3u8_urls @@ -238,7 +237,6 @@ export default { arr.push(i.split('$')[1]) } this.length = arr.length - console.log(index, 'play index') this.xg.src = arr[index] this.showNext = this.length > 1