diff --git a/client/index.html b/client/index.html index fb1a95a..91a04d8 100644 --- a/client/index.html +++ b/client/index.html @@ -10,7 +10,7 @@ (╥﹏╥) - +
diff --git a/client/src/components/index/FilmList.vue b/client/src/components/index/FilmList.vue index 87bd682..fe5e645 100644 --- a/client/src/components/index/FilmList.vue +++ b/client/src/components/index/FilmList.vue @@ -18,7 +18,7 @@
- + -
+

{{item.name}}

{{ item.blurb }}

暂无简介

- 详情 + 详情
- -
@@ -46,6 +44,7 @@ - - \ No newline at end of file diff --git a/client/src/views/index/Play.vue b/client/src/views/index/Play.vue index 25bcb63..091f5de 100644 --- a/client/src/views/index/Play.vue +++ b/client/src/views/index/Play.vue @@ -17,7 +17,7 @@

{{ data.detail.name }}{{ data.current.episode }}

- + @@ -49,8 +49,10 @@
{{ v.episode }} -
+ href="javascript:;" @click="playChange({sourceId: item.id, episodeIndex: i, target: this})">{{ + v.episode + }} +
@@ -71,7 +73,7 @@