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