shuishen
2021-06-17 094dff34cea6a27ff251b23fc30ffafff6d3bcf2
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;