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 {