Fix bug in checkStar

This commit is contained in:
haiyangcui
2020-08-27 13:24:55 +02:00
parent 5cc9849e8a
commit 3e1ecaac74

View File

@@ -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 {