From d8d0f5fb17025c8ea92ef9f03ad5cc57d18b3b16 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 24 Jun 2021 09:08:54 +0800
Subject: [PATCH] xj
---
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