wuxw
2020-01-14 69e2baf5518079bfc16cfadc2fb29842fb3de85d
WebService/src/main/resources/components/communityPackage/enter-community/enterCommunity.js
@@ -20,7 +20,8 @@
            listMyCommunity:function(){
                var param = {
                    params:{
                        msg:this.message
                        msg:this.message,
                        _sb:'123',
                    }
               }
@@ -44,9 +45,9 @@
            _showCommunityStatus(_statusCd){
                if(_statusCd == '1000'){
                    return "入驻审核";
                }else if(_statusCd == '1001'){
                    return "退出审核";
                }else if(_statusCd == '0000'){
                }else if(_statusCd == '1200'){
                    return "入驻失败";
                }else if(_statusCd == '1100'){
                    return "入驻成功";
                }