wuxw
2019-12-21 157dbbe9706f59a7a0e08d36a3b1596c713498dc
WebService/src/main/resources/components/ownerPackage/edit-owner/editOwner.js
@@ -70,14 +70,9 @@
                    ],
                    'editOwnerInfo.idCard':[
                        {
                            limit:"required",
                            param:"",
                            errInfo:"身份证号不能为空"
                        },
                        {
                            limit:"idCard",
                            param:"",
                            errInfo:"不是有效的身份证号"
                            limit:"maxLength",
                            param:"18",
                            errInfo:"身份证长度不能超过200位"
                        }
                    ],
                    'editOwnerInfo.link':[
@@ -152,6 +147,7 @@
                    link:'',
                    sex:'',
                    remark:'',
                    idCard:'',
                    ownerPhoto:'',
                    videoPlaying:false
                };
@@ -200,7 +196,7 @@
                    //document.getElementById('photo').setAttribute('src', data);
                }
            },
            uploadEditPhoto:function(event){
            _uploadEditPhoto:function(event){
                $("#uploadEditOwnerPhoto").trigger("click")
            },
            _chooseEditPhoto:function(event){