瀏覽代碼

[Feature]提交代码

yxb
杨毅 2 年之前
父節點
當前提交
1ce0653c3a
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6
    2
      applyCard/opening-account-unit.vue

+ 6
- 2
applyCard/opening-account-unit.vue 查看文件

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

Loading…
取消
儲存