From 021232471a23e3de54f2aab103c4c25240d33545 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 22 Jun 2021 11:54:02 +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..a88b607 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('kaishi');
+                var that = this;
 
             },
             closesNull: function (froms) {
-                console.log('guanbi')
+                console.log('guanbi');
             },
             onOpen: function () {
 

--
Gitblit v1.9.3