shuishen
2021-06-18 d12e030d8a7690d79c5786bc2a786b6c21a24433
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 () {
            },