mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 11:45:14 +08:00
电影页面删除重复的数据
This commit is contained in:
@@ -529,6 +529,9 @@ export default {
|
||||
})
|
||||
break
|
||||
}
|
||||
|
||||
// Get unique film data
|
||||
filteredData = Array.from(new Set(filteredData))
|
||||
if (this.showFind) {
|
||||
this.filteredSearchContents = filteredData
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user