This commit is contained in:
xiaozhiyong
2023-11-07 16:14:20 +08:00
parent cb566136ed
commit d4d20013f0
16 changed files with 1584 additions and 175 deletions

View File

@@ -201,9 +201,7 @@
})
return
}
let isHave = this.collection.find(i => i.name === item.name)
// 是否已收藏
if(isHave) {
this.remove(item)
return