wuxw
2019-10-02 ea4e931b3e06e4abcd31d74de9e90fa0a8998f3a
WebService/src/main/resources/components/pageFramePackage/nav/nav.js
@@ -29,7 +29,8 @@
                var param = {
                    params:{
                        page:1,
                        row:3
                        row:3,
                        communityId:vc.getCurrentCommunity().communityId
                    }
                };
@@ -145,7 +146,9 @@
            },
            changeCommunity:function(_community){
                 vc.setCurrentCommunity(_community);
                  vm.navCommunityInfo._currentCommunity= _community;
                 vm.navCommunityInfo._currentCommunity= _community;
                 //中心加载当前页
                 location.reload();
            },
            _noticeDetail:function(_notice){
                //console.log(_notice.noticeId);