From 53f80d2ccee363d93ca50007e30e020f33088b42 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 2 Nov 2020 21:09:53 +0100 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=8D=A2=E6=BA=90=E5=90=8E,?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=E5=85=B3=E9=97=AD=E6=8D=A2=E6=BA=90?= =?UTF-8?q?=E7=AA=97=E5=8F=A3.=E7=94=A8=E6=88=B7=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=96=B0=E6=BA=90=E7=A1=AE=E5=AE=9A=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=90=8E=E8=87=AA=E8=A1=8C=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 748687b..6b65db2 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -777,8 +777,6 @@ export default { async otherItemEvent (e) { // 打开当前播放的剧集index, 定位到当前的时间 this.video = { key: e.key, info: { id: e.id, name: e.name, site: e.site, index: this.video.info.index, time: this.xg.currentTime } } - this.right.show = false - this.right.type = '' }, mtEvent () { setting.find().then(res => {