Fix a bug in Detail.vue

This commit is contained in:
haiyangcui
2020-08-19 23:31:20 +02:00
parent 8e7015c9d6
commit 975562a66b

View File

@@ -131,7 +131,7 @@ export default {
this.detail.show = false
},
starEvent () {
star.find({ key: this.detail.site.key, ids: this.info.id }).then(res => {
star.find({ key: this.detail.key, ids: this.info.id }).then(res => {
if (res) {
this.$message.info('已存在')
} else {