mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-10 00:02:16 +08:00
修复“站内”时切换站点可搜索
This commit is contained in:
@@ -556,7 +556,12 @@ export default {
|
||||
siteClick (siteName) {
|
||||
this.list = []
|
||||
this.site = this.sites.find(x => x.name === siteName)
|
||||
this.searchTxt = ''
|
||||
if (this.searchGroup === '站内' && this.searchTxt) {
|
||||
this.searchEvent()
|
||||
return
|
||||
} else {
|
||||
this.searchTxt = ''
|
||||
}
|
||||
this.showFind = false
|
||||
this.classList = []
|
||||
if (FILM_DATA_CACHE[this.site.key]) {
|
||||
|
||||
Reference in New Issue
Block a user