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">