From a2d22156469738d3ad5b530edb38ea26172b5332 Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Tue, 14 Jul 2020 00:16:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=86=20=E4=BF=AE=E5=A4=8D=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E6=97=A0=E6=B3=95=E6=92=AD=E6=94=BE=E7=9A=84?= =?UTF-8?q?BUG=20=F0=9F=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Detail.vue | 2 +- src/components/Film.vue | 22 ++++++++++++++++------ src/components/Play.vue | 5 +++-- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/components/Detail.vue b/src/components/Detail.vue index 044ae8d..ff74bab 100644 --- a/src/components/Detail.vue +++ b/src/components/Detail.vue @@ -123,7 +123,7 @@ export default { if (res) { this.video = { key: res.site, info: { id: res.ids, name: res.name, index: n } } } else { - this.video = { key: this.detail.key, info: { id: this.detail.info.ids, name: this.detail.info.name, index: n } } + this.video = { key: this.detail.key, info: { id: this.detail.info.id, name: this.detail.info.name, index: n } } } }) diff --git a/src/components/Film.vue b/src/components/Film.vue index 9e513b3..e107be5 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -34,11 +34,11 @@ :breakpoints="{ 1200: { rowPerView: 4 } }" animationEffect="fadeInUp" backgroundColor="rgba(0, 0, 0, 0)" - ref="waterfall"> + ref="wimg">