From 16814af0d2039814fcbe9fb4fbfb89a1e657be5c Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Mon, 13 Jan 2020 18:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=9C=BA=E7=BB=93=E7=AE=97=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=80=BB=E6=B5=81=E6=B0=B4=E5=BC=B9=E7=AA=97=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/Query/marketList.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Application/Admin/View/Query/marketList.html b/Application/Admin/View/Query/marketList.html index d40ec8aaf..61ab31b83 100644 --- a/Application/Admin/View/Query/marketList.html +++ b/Application/Admin/View/Query/marketList.html @@ -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,8 +281,11 @@ } }); } else { - $(_this).children().toggle(); - $(_this).children().toggle(); + + $(_this).children().toggle(); + if(display!='none') { + $(_this).children().toggle(); + } } }