From 777fbde528fd5efeeb0d0574ec88c2ff60bfd223 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 15 Aug 2020 16:30:09 +0200 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E5=8E=86=E5=8F=B2=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=B5=84=E6=BA=90=E7=BD=91=E7=AB=99=E5=90=8D?= =?UTF-8?q?,=E8=80=8C=E4=B8=8D=E6=98=AF=E8=B5=84=E6=BA=90=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/History.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/History.vue b/src/components/History.vue index c5a0873..dda6100 100644 --- a/src/components/History.vue +++ b/src/components/History.vue @@ -10,7 +10,7 @@
  • 无数据
  • {{i.name}} - {{i.site}} + {{getSiteName(i.site)}} 第{{i.index+1}}集 播放 @@ -26,14 +26,15 @@