diff --git a/src/components/Detail.vue b/src/components/Detail.vue index ba67fe8..61d2d4b 100644 --- a/src/components/Detail.vue +++ b/src/components/Detail.vue @@ -14,16 +14,16 @@
-
{{$t('play')}}:
+
{{$t('play')}}:
- {{i | ftName}} + {{i | ftName}}
-
{{$t('download')}}:
+
{{$t('download')}}:
{{i | ftName}} - 全集下载 + {{$t('all_download')}}
@@ -101,8 +101,10 @@ export default { }) }) }, - playEvent (e) { - this.video = this.detail.v + playEvent (n) { + const v = { ...this.detail.v } + v.index = n + this.video = v this.detail.show = false this.view = 'Play' }, diff --git a/src/components/Film.vue b/src/components/Film.vue index abf3825..6c95def 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -21,7 +21,8 @@
-
{{site.tags[tag].children[type].title}}
+ +
{{typeName}}