吴学文
2019-07-09 2ce35cb8d146582b32fd8867ef27ac2930da6ae3
WebService/src/main/resources/components/index-context/indexContext.js
@@ -17,10 +17,17 @@
            vc.component._queryIndexContextData();
        },
        _initEvent:function(){
            vc.on("indexContext","_queryIndexContextData",function(){
                vc.component._queryIndexContextData();
            });
        },
        methods:{
            _queryIndexContextData:function(){
                if(vc.getCurrentCommunity() == null || vc.getCurrentCommunity() == undefined){
                    return ;
                }
                var param = {
                    params:{
                        communityId:vc.getCurrentCommunity().communityId