소스 검색

[Feature]提交代码

yxb
杨毅 2 년 전
부모
커밋
1ce0653c3a
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6
    2
      applyCard/opening-account-unit.vue

+ 6
- 2
applyCard/opening-account-unit.vue 파일 보기

@@ -155,7 +155,12 @@
vehiclePlateColor: ''
});
const savaHandle = () => {
const savaHandle = () => {
if(state.form.agentGender ==='男'){
state.form.agentGender = 'MAN'
}else{
state.form.agentGender = 'WOMAN'
}
if (!checkStr(state.form.agentIdNum, 'card')) {
msg('请输入正确身份证');
return;
@@ -252,7 +257,6 @@
} else {
state.form.agentIdVld = data.enddate;
state.form.agentNegImgUrl = data.imageUrl;
}
});
})

Loading…
취소
저장