liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
widgets/null/Widget.js
@@ -27,12 +27,18 @@
                    that.closesNull();
                })
                that.beginNull();
            },
            beginNull: function () {
                console.log(`${this.name}--kaishi`);
                var that = this;
            },
            closesNull: function () {
            closesNull: function (froms) {
                console.log(`${this.name}--guanbi`);
                var that = this;
            },
            onOpen: function () {