From cb8c1b31b685519b3eb897cc9d1f831ef8fcb259 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 23 Jun 2021 17:27:19 +0800
Subject: [PATCH] 按钮细节

---
 widgets/null/Widget.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/widgets/null/Widget.js b/widgets/null/Widget.js
index 96a894c..f6122a2 100644
--- a/widgets/null/Widget.js
+++ b/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 () {
 

--
Gitblit v1.9.3