修复搜索URL传参不显示结果的bug
This commit is contained in:
parent
6908930969
commit
5a2fc122a6
@ -323,7 +323,9 @@ function autoFillSearchFromQuery() {
|
||||
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
autoFillSearchFromQuery();
|
||||
setTimeout(() => {
|
||||
autoFillSearchFromQuery();
|
||||
}, 200);
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user