From af06ea836401a764bc851702f748f34bccb40dda Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Thu, 24 Oct 2019 17:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=B9=B3=E5=8F=B0->=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=B1=87=E6=80=BB|=E6=AF=8F=E6=97=A5=E6=A6=82?= =?UTF-8?q?=E5=86=B5|=E8=AE=A2=E5=8D=95=E6=9F=A5=E8=AF=A2|=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E6=98=8E=E7=BB=86->=E6=A3=80=E7=B4=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Query/dailySummary.html | 4 +++- Application/Home/View/default/Query/recharge.html | 4 +++- Application/Home/View/default/Query/summary.html | 4 +++- Application/Home/View/default/Query/view_role.html | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Application/Home/View/default/Query/dailySummary.html b/Application/Home/View/default/Query/dailySummary.html index e2b15afdf..d612be1d1 100644 --- a/Application/Home/View/default/Query/dailySummary.html +++ b/Application/Home/View/default/Query/dailySummary.html @@ -609,7 +609,9 @@ var sdkVersion = $(this).val(); var relationGameId = $('#relation_game_id').val(); - getServerList(relationGameId, sdkVersion); + if (relationGameId > 0) { + getServerList(relationGameId, sdkVersion); + } }); function getServerList(relationGameId, sdkVersion) { diff --git a/Application/Home/View/default/Query/recharge.html b/Application/Home/View/default/Query/recharge.html index 83eb497cd..fd126b232 100644 --- a/Application/Home/View/default/Query/recharge.html +++ b/Application/Home/View/default/Query/recharge.html @@ -343,7 +343,9 @@ var sdkVersion = $(this).val(); var relationGameId = $('#relation_game_id').val(); - getServerList(relationGameId, sdkVersion); + if (relationGameId > 0) { + getServerList(relationGameId, sdkVersion); + } }); function getServerList(relationGameId, sdkVersion) diff --git a/Application/Home/View/default/Query/summary.html b/Application/Home/View/default/Query/summary.html index 2f1b7394f..545019883 100644 --- a/Application/Home/View/default/Query/summary.html +++ b/Application/Home/View/default/Query/summary.html @@ -382,7 +382,9 @@ var sdkVersion = $(this).val(); var relationGameId = $('#relation_game_id').val(); - getServerList(relationGameId, sdkVersion); + if (relationGameId > 0) { + getServerList(relationGameId, sdkVersion); + } }); function getServerList(relationGameId, sdkVersion) diff --git a/Application/Home/View/default/Query/view_role.html b/Application/Home/View/default/Query/view_role.html index 17e93e732..f9a0f9a0b 100644 --- a/Application/Home/View/default/Query/view_role.html +++ b/Application/Home/View/default/Query/view_role.html @@ -166,7 +166,9 @@ var sdkVersion = $(this).val(); var relationGameId = $('#relation_game_id').val(); - getServerList(relationGameId, sdkVersion); + if (relationGameId > 0) { + getServerList(relationGameId, sdkVersion); + } }); function getServerList(relationGameId, sdkVersion)