wuxw
2019-11-02 efa63bc50db3fa487ce255fd4020c49960388c6b
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);
                 vc.component.navCommunityInfo._currentCommunity= _community;
                 vm.navCommunityInfo._currentCommunity= _community;
                 //中心加载当前页
                 location.reload();
            },
            _noticeDetail:function(_notice){
                //console.log(_notice.noticeId);