From f26fde54fdc51424030eed8e9a0fc4c6529f1ac2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 25 Jun 2021 08:44:18 +0800
Subject: [PATCH] 空间分析
---
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