shuishen
2021-06-23 9dd06fefff5262947d42e99f518706d4a068d654
widgets/null/Widget.js
@@ -27,12 +27,17 @@
                    that.closesNull();
                })
                that.beginNull();
            },
            beginNull: function () {
                console.log(`${this.name}--kaishi`);
                var that = this;
            },
            closesNull: function () {
            closesNull: function (froms) {
                console.log(`${this.name}--guanbi`);
            },
            onOpen: function () {