From a84052e14cd5db392846283e9421fa80f05a39eb Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 10 十月 2023 14:16:55 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/cstmr/cstmr.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js
index 1c5069d..010f7c4 100644
--- a/src/main/webapp/static/js/cstmr/cstmr.js
+++ b/src/main/webapp/static/js/cstmr/cstmr.js
@@ -431,6 +431,13 @@
                         }
                     }
                 });
+            },
+            on: function (data) {
+                let arr = data.arr
+                if (arr.length > 0) {
+                    let name = arr[0].name;
+                    console.log(name)
+                }
             }
         });
     }

--
Gitblit v1.9.1