xj
liuyg
2021-06-24 d8d0f5fb17025c8ea92ef9f03ad5cc57d18b3b16
widgets/null/Widget.js
@@ -27,13 +27,17 @@
                    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`);
            },
            onOpen: function () {