From c2c9f6faf819d7e284227d61962ba623a22865ec Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 01 Feb 2023 10:18:51 +0800
Subject: [PATCH] 水文水环境分析-洪水淹没页面
---
widgets/HydrologicalRiskArea/CommonPointLayer3D.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/widgets/HydrologicalRiskArea/CommonPointLayer3D.js b/widgets/HydrologicalRiskArea/CommonPointLayer3D.js
index c030d41..07c88c7 100644
--- a/widgets/HydrologicalRiskArea/CommonPointLayer3D.js
+++ b/widgets/HydrologicalRiskArea/CommonPointLayer3D.js
@@ -79,7 +79,7 @@
/**
* @billbo 对象,确定entities中billboard的值
* @labble 对象,确定entities中lable的值
- *
+ *
*/
var billbo, labble, colorBill;
@@ -215,7 +215,7 @@
// 点击弹出面板;
openWindow: function (item) {
//点击测站的弹出框的内容,面板,单独的widget 可传参数
-
+
if(this.txt == "山洪风险区"){
var shpanel = new GeologicalDisasterPanel({ data: item });
new Popup({
@@ -244,4 +244,4 @@
this.setVisible(vis);
},
});
- });
\ No newline at end of file
+ });
--
Gitblit v1.9.3