From 3e1ecaac748374dd2d0a3ffa11ff80b5cb965b88 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 27 Aug 2020 13:24:55 +0200 Subject: [PATCH] Fix bug in checkStar --- src/components/Play.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 22e5934..3cba64c 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -554,7 +554,7 @@ export default { }) }, checkStar () { - star.find({ site: this.video.key, ids: this.video.info.id }).then(res => { + star.find({ key: this.video.key, ids: this.video.info.id }).then(res => { if (res) { this.isStar = true } else {