shuishen
2021-07-02 c6890ef64bdac46759ebba6c37f94dd0f8d4ed90
widgets/Layermanagement/Widget.js
@@ -38,7 +38,10 @@
                topic.subscribe("appendTilt", lang.hitch(this, this.appendTilt));
                topic.subscribe("removeTilt", lang.hitch(this, this.removeTilt));
                $(".jimu-widget-Layermanagement .layer-tab button").click(function () {
                $(".jimu-widget-Layermanagement .layer-tab>div").click(function () {
                    topic.publish('closeTool', this.name);
                    topic.publish('closeMap', this.name);
                    topic.publish('closeNavigation', this.name);
                    $(".jimu-widget-Layermanagement .layer-list").stop().toggle();
                    if ($(".jimu-widget-Layermanagement .layer-list").is(":hidden")) {