全局搜索功能优化
This commit is contained in:
parent
33e9cfe960
commit
3950122864
|
@ -1165,7 +1165,11 @@
|
|||
res.data.data.map((val) => {
|
||||
if (mapFlag && val.count != 0) {
|
||||
mapFlag = false
|
||||
changeCards(val.type)
|
||||
if (Cardsname.value === val.type) {
|
||||
getAppResources2()
|
||||
} else {
|
||||
changeCards(val.type)
|
||||
}
|
||||
}
|
||||
})
|
||||
if (!mapFlag) {
|
||||
|
|
Loading…
Reference in New Issue