liuyg
2021-06-17 e55ebf07a49b024fe7d2cebc0499bd949c7b55bb
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 () {
            },