wuxw
2019-07-11 a76cec91cf4adf1feede5dda61d97d2bbf18266a
WebService/src/main/resources/components/store-enter-community/storeEnterCommunity.js
@@ -46,7 +46,6 @@
//                     });
//            },
            listNoEnterCommunity:function(){
                    vc.loading('open');
                    var param = {
                        params:{
                            communityName:vc.component.storeEnterCommunityInfo.searchCommunityName
@@ -59,10 +58,8 @@
                                 param,
                                 function(json,res){
                                    vc.component.storeEnterCommunityInfo.communityInfo=JSON.parse(json);
                                    vc.loading('close');
                                 },function(errInfo,error){
                                    console.log('请求失败处理');
                                    vc.loading('close');
                                 }
                   );
             },
@@ -80,13 +77,16 @@
                             function(json,res){
                                if(res.status == 200){
                                    vc.emit('enterCommunity','listMyCommunity',{
                                    })
                                    });
                                    $('#storeEnterCommunityModel').modal('hide');
                                    return ;
                                }
                                vc.component.storeEnterCommunityInfo.errorInfo = json;
                             },function(errInfo,error){
                                console.log('请求失败处理');
                                vc.component.storeEnterCommunityInfo.errorInfo = json;
                             }
                           );