liuyg
2021-06-30 1b22efb7fa9d35c531e5f4ff2e6d600c23a6546d
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 () {