|
@@ -116,10 +116,6 @@ function renderList(tabList){
|
|
|
`
|
|
|
}
|
|
|
$(".resultItemWrap").html(str);
|
|
|
- /*setTimeout(function(){console.log($(".resultItemWrap").scrollTop())
|
|
|
- $(".staticListWrap").scrollTop(10);
|
|
|
- },1000)*/
|
|
|
-
|
|
|
$('.resultItem').click(function(){
|
|
|
let name = $(this).attr('data-name')
|
|
|
let type = $(this).attr('data-type')
|
|
@@ -129,6 +125,7 @@ function renderList(tabList){
|
|
|
window.open(`./staticInfo.html?name=${name}&type=${type}`);
|
|
|
}
|
|
|
})
|
|
|
+ window.scrollTo(0, 0);
|
|
|
}
|
|
|
function initData(){
|
|
|
if(searchType){
|