wuxw
2019-04-28 2633f776bb8fdb0b1efe3a56293b6a1bb04616a7
WebService/src/main/resources/components/store-enter-community/storeEnterCommunity.js
@@ -67,6 +67,7 @@
                   );
             },
            _saveEnterCommunity:function(_communityInfo){
                vc.loading('open');
                var _param = {
                    communityId:_communityInfo.communityId
                };
@@ -80,13 +81,18 @@
                             function(json,res){
                                if(res.status == 200){
                                    vc.emit('enterCommunity','listMyCommunity',{
                                    })
                                    });
                                    $('#storeEnterCommunityModel').modal('hide');
                                    vc.loading('close');
                                    return ;
                                }
                                vc.component.storeEnterCommunityInfo.errorInfo = json;
                             },function(errInfo,error){
                                console.log('请求失败处理');
                                vc.component.storeEnterCommunityInfo.errorInfo = json;
                                vc.loading('close');
                             }
                           );