From 4d20d5bc68e39523ab308f4ec128aa0725241856 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 27 Aug 2020 13:08:22 +0200 Subject: [PATCH] No need to record site info in star --- src/components/Detail.vue | 1 - src/components/Film.vue | 1 - src/components/Play.vue | 1 - 3 files changed, 3 deletions(-) diff --git a/src/components/Detail.vue b/src/components/Detail.vue index 8f9381f..dd59e6a 100644 --- a/src/components/Detail.vue +++ b/src/components/Detail.vue @@ -134,7 +134,6 @@ export default { star.find({ key: this.detail.key, ids: this.info.id }).then(res => { const docs = { key: this.detail.site.key, - site: this.detail.site, ids: this.info.id, name: this.info.name, type: this.info.type, diff --git a/src/components/Film.vue b/src/components/Film.vue index efde7fb..1002de4 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -305,7 +305,6 @@ export default { } else { const docs = { key: site.key, - site: site, ids: e.id, name: e.name, type: e.type, diff --git a/src/components/Play.vue b/src/components/Play.vue index bfc5eb6..22e5934 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -473,7 +473,6 @@ export default { } else { const docs = { key: this.video.key, - site: this.video.site, ids: info.id, name: info.name, type: info.type,