吴学文
2019-04-18 4348c321dfe200e4cdc430b1dc5b1caef4991261
WebService/src/main/resources/components/enter-community/enterCommunity.js
@@ -40,6 +40,15 @@
            },
            _openExitCommunityModel:function(_community){
                vc.emit('storeExitCommunity','openStoreExitCommunityModal',_community);
            },
            _showCommunityStatus(_statusCd){
                if(_statusCd == '1000'){
                    return "入驻审核";
                }else if(_statusCd == '1001'){
                    return "退出审核";
                }
                return "在用";
            }
        }
    });