From 9fb51ed8fc231b261d9dd4d31a8b9cfd276d3c91 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 28 Sep 2020 17:51:56 +0200 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB'=E6=92=AD=E6=94=BE=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E9=AB=98=E6=B8=85=E8=A7=86=E9=A2=91'=E4=B9=9F?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=8E=A7=E5=88=B6check=20box=E7=9A=84?= =?UTF-8?q?=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Detail.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Detail.vue b/src/components/Detail.vue index 5f25558..2f9a357 100644 --- a/src/components/Detail.vue +++ b/src/components/Detail.vue @@ -34,7 +34,7 @@ 下载 分享 豆瓣 - + 播放在线高清视频 @@ -187,6 +187,9 @@ export default { this.$message.warning('收藏失败') }) }, + togglePlayOnlineEvent () { + this.playOnline = !this.playOnline + }, playVideoOnline (videoName, videoIndex) { switch (this.selectedOnlineSite) { case '哔嘀':