|
@@ -786,7 +786,13 @@
|
|
|
var tempS = $(this).addClass("hover")
|
|
|
setTimeout(function () {
|
|
|
tempS.removeClass('hover')
|
|
|
- }, 1000)
|
|
|
+ }, 50)
|
|
|
+ })
|
|
|
+ $('#list').on('tap longTap', '.tslist',function(e){
|
|
|
+ var tempS = $(this).addClass("hover")
|
|
|
+ setTimeout(function () {
|
|
|
+ tempS.removeClass('hover')
|
|
|
+ }, 50)
|
|
|
})
|
|
|
setTimeout(function(){
|
|
|
loadJS("{{Msg "seo" "cdn"}}/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}",function(){
|
|
@@ -950,12 +956,14 @@
|
|
|
"ad_index":"-1,-1"
|
|
|
},function(result){
|
|
|
$("#searchIndex .inp-search").unbind("click").on("click",function () {
|
|
|
+ $('#top-search').hide();
|
|
|
SuperSearch.init(true,true,true);
|
|
|
});
|
|
|
userId = result.userId;
|
|
|
SuperSearch.openTablepro=result.tablepro;
|
|
|
//中标企业搜索跳转
|
|
|
$(".tab_container a:eq(0)").unbind("tap").on("tap",function(){
|
|
|
+ $('#top-search').hide();
|
|
|
EntSearch.clearSessionStorage();
|
|
|
EntSearch.init(true,true,true);
|
|
|
});
|