liuyg
2021-06-17 616efb58777e55e853f013c173d3afa6b480bac5
widgets/legends/Widget.js
@@ -32,8 +32,11 @@
            topic.subscribe("getLegendsData", lang.hitch(this, this.onGetLegendsData));
            $('.ccsliu').click(() => {
               $(".jimu-widget-visibleArea").show();
               topic.publish('getbeginSlope', this.beginSlope);
               $('.jimu-widget-slope').show();
            })
         },
         onGetLegendsData: function (item) {
            var val = item == '  ' ? '' : item;