From 2f4ba4558f75706cd80752dd78a80bb308312933 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 17 Jun 2021 17:28:45 +0800
Subject: [PATCH] 坡度分析 暂时不可关闭 可刷新页面取消工具
---
widgets/legends/Widget.js | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/widgets/legends/Widget.js b/widgets/legends/Widget.js
index 8c847b8..cc5440d 100644
--- a/widgets/legends/Widget.js
+++ b/widgets/legends/Widget.js
@@ -31,12 +31,6 @@
// 暴露在外的接口
topic.subscribe("getLegendsData", lang.hitch(this, this.onGetLegendsData));
- $('.ccsliu').click(() => {
- topic.publish('getbeginSlope', this.beginSlope);
- $('.jimu-widget-slope').show();
- })
-
-
},
onGetLegendsData: function (item) {
var val = item == ' ' ? '' : item;
--
Gitblit v1.9.3