shuishen
2021-06-25 ad293c8dbb7cc89f851f3b8af8ec77a4dd49696e
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 () {