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,9 +146,12 @@ }, changeCommunity:function(_community){ vc.setCurrentCommunity(_community); vm.navCommunityInfo._currentCommunity= _community; //中心加载当前页 location.reload(); }, _noticeDetail:function(_notice){ console.log(_notice.noticeId); //console.log(_notice.noticeId); vc.jumpToPage("/flow/noticeDetailFlow?noticeId="+_notice.noticeId); } }