@@ -183,7 +183,9 @@ $(function(){
if($("#bidLogin").is(":visible")){
return;
}
- zbSeatch('zbSeatchIndex');
+ setTimeout(function () {
+ zbSeatch('zbSeatchIndex');
+ }, 10)
//将搜索次数记录cookie
$.cookie("selectNum",1, { expires: 1 });
};