市场结算管理总流水弹窗优化

master
zhengyongxing 5 years ago
parent 3559d91a32
commit 16814af0d2

@ -265,7 +265,9 @@
console.log(game_name) console.log(game_name)
console.log(count_date) console.log(count_date)
console.log(device) console.log(device)
var display=$(_this).children().css('display');
$(".tooltiptext").hide(); $(".tooltiptext").hide();
console.log(display)
if ($(_this).children().children().text()=='') { if ($(_this).children().children().text()=='') {
$.ajax({ $.ajax({
url: "{:U('Query/getChannelStream')}", url: "{:U('Query/getChannelStream')}",
@ -279,10 +281,13 @@
} }
}); });
} else { } else {
$(_this).children().toggle(); $(_this).children().toggle();
if(display!='none') {
$(_this).children().toggle(); $(_this).children().toggle();
} }
} }
}
$(function(){ $(function(){
//搜索功能 //搜索功能

Loading…
Cancel
Save