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 | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/widgets/null/Widget.js b/widgets/null/Widget.js
index c96ffe4..f6122a2 100644
--- a/widgets/null/Widget.js
+++ b/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 () {
--
Gitblit v1.9.3