From 562a250ed18bd862702991d86437703d94cc16c3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 23 Jun 2021 10:59:28 +0800
Subject: [PATCH] 空间查询
---
widgets/null/Widget.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/widgets/null/Widget.js b/widgets/null/Widget.js
index a88b607..f6122a2 100644
--- a/widgets/null/Widget.js
+++ b/widgets/null/Widget.js
@@ -32,12 +32,12 @@
},
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