From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName

---
 WebService/src/main/resources/components/pageFramePackage/initData/initData.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/components/pageFramePackage/initData/initData.js b/WebService/src/main/resources/components/pageFramePackage/initData/initData.js
index fe7e48f..6a9e517 100644
--- a/WebService/src/main/resources/components/pageFramePackage/initData/initData.js
+++ b/WebService/src/main/resources/components/pageFramePackage/initData/initData.js
@@ -23,7 +23,7 @@
                     param,
                     function (json, res) {
                         if (res.status == 200) {
-                            var _communityInfos = JSON.parse(json);
+                            var _communityInfos = JSON.parse(json).communitys;
                             if (_communityInfos != null && _communityInfos.length > 0) {
                                 vc.setCurrentCommunity(_communityInfos[0]);
                                 vc.setCommunitys(_communityInfos);

--
Gitblit v1.8.0