From 7ae7f505266860b8e4def435eb95afb35a3aa675 Mon Sep 17 00:00:00 2001
From: zhaoxiaohao <279049017@qq.com>
Date: Tue, 29 Sep 2020 09:21:09 +0800
Subject: [PATCH] 修改 微信的配置信息

---
 kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html
index 0156127..5c3e1ac 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recharge.html
@@ -278,7 +278,6 @@
             admin.req('api-user/sysdepartment/getPayMes?departmentId=' + hospitalData.departmentId, {},
                 function (data) {
                     layer.closeAll('loading');
-                    debugger
                     if (0 === data.code) {
                         queryData = data.data;
                         if (queryData === true) {

--
Gitblit v1.8.0