liuyg
2021-06-22 1a2c1d005bf7de2528f73638fb24d31da812aad5
widgets/profileAnalysis/Widget.js
@@ -339,9 +339,16 @@
                    $("#pro").width(0);
                    $("#pro").height(0);
                })
                this.handlerLine = handlerLine;
                topic.subscribe("closep", lang.hitch(this, this.closep));
            },
            handlerLine: '',
            closep: function () {
                $(".jimu-widget-profileAnalysis").hide();
                this.handlerLine.clear();
                $("#pro").width(0);
                $("#pro").height(0);
            },
            onOpen: function () {
            },