| | |
| | | vc.component.listMyCommunity(); |
| | | }, |
| | | _initEvent:function(){ |
| | | |
| | | vc.on('enterCommunity','listMyCommunity',function(_param){ |
| | | vc.component.listMyCommunity(); |
| | | }); |
| | | }, |
| | | methods:{ |
| | | listMyCommunity:function(){ |
| | |
| | | } |
| | | ); |
| | | }, |
| | | openEnterCommunity:function(){ |
| | | |
| | | _openEnterCommunityModal:function(){ |
| | | vc.emit('storeEnterCommunity','openStoreEnterCommunity',{}); |
| | | }, |
| | | _openDeleteStaffPrivilegeModel:function(_community){ |
| | | _openExitCommunityModel:function(_community){ |
| | | vc.emit('storeExitCommunity','openStoreExitCommunityModal',_community); |
| | | }, |
| | | _showCommunityStatus(_statusCd){ |
| | | if(_statusCd == '1000'){ |
| | | return "入驻审核"; |
| | | }else if(_statusCd == '1001'){ |
| | | return "退出审核"; |
| | | }else if(_statusCd == '0000'){ |
| | | return "入驻成功"; |
| | | } |
| | | |
| | | return "未知"; |
| | | } |
| | | } |
| | | }); |