liuyg
2021-06-17 78e942c90ce72e3666bc8bd621b635d21782b002
widgets/legends/Widget.js
@@ -31,6 +31,9 @@
            // 暴露在外的接口
            topic.subscribe("getLegendsData", lang.hitch(this, this.onGetLegendsData));
            $('.ccsliu').click(() => {
               $(".jimu-widget-visibleArea").show();
            })
         },
         onGetLegendsData: function (item) {
            var val = item == '  ' ? '' : item;