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

master
zhengyongxing 5 years ago
parent 3559d91a32
commit 16814af0d2

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

Loading…
Cancel
Save