From a5f6bec95d9f9ed2253d670d93344e743cbbf637 Mon Sep 17 00:00:00 2001 From: chenjinsong Date: Wed, 10 Oct 2018 14:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D3d=E6=9C=BA=E6=88=BF=E5=A4=9A?= =?UTF-8?q?=E6=AC=A1=E7=82=B9=E5=87=BB=E5=9B=BE=E6=A0=87=E4=BC=9A=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E8=A6=86=E7=9B=96=E5=A4=9A=E5=B1=82=E9=81=AE=E7=BD=A9?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebRoot/page/show/showNodeRoom.jsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WebRoot/page/show/showNodeRoom.jsp b/WebRoot/page/show/showNodeRoom.jsp index a48dd9e..5a808bd 100644 --- a/WebRoot/page/show/showNodeRoom.jsp +++ b/WebRoot/page/show/showNodeRoom.jsp @@ -198,7 +198,10 @@ body { // var param = this.attr("text"); var nodeid = this.id; var selector = "#"+nodeid; - var param = $(selector).val(); + var param = $(selector).val(); + loading = window.top.layer.load(1, { + shade: [0.1,'black'] //0.1透明度的白色背景 + }); getNodeBox(param); }); } @@ -452,6 +455,7 @@ body { raphaelBox.text(nodeIndexs[i].x,nodeIndexs[i].y,nodeShowInd).attr({'font-size':12,fill:"#000000"}); } } + window.top.layer.close(loading); window.top.layer.open({ type: 1, title: params[1],