Commit e55c49e5 by sunchao

merge apply

parent 0d66b279
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
idNo:'', idNo:'',
birthday:'', birthday:'',
areaId:'', areaId:'',
approvalStatus:0
// birthday:`${new Date().getFullYear()}-${new Date().getMonth() + 1} -${new Date().getDate()}`, // birthday:`${new Date().getFullYear()}-${new Date().getMonth() + 1} -${new Date().getDate()}`,
}, },
idTypesList:[{id:null,name:'请选择'}], idTypesList:[{id:null,name:'请选择'}],
......
...@@ -73,8 +73,6 @@ ...@@ -73,8 +73,6 @@
}else{ }else{
common.errorDialog(2,'手机号校验错误') common.errorDialog(2,'手机号校验错误')
} }
}, },
delayTime() { delayTime() {
this.disabledSendBtn = true; this.disabledSendBtn = true;
...@@ -91,7 +89,7 @@ ...@@ -91,7 +89,7 @@
}, },
nextstep(){ nextstep(){
uni.navigateTo({ uni.navigateTo({
url:'/pages/application-process/basic-info' url:`/pages/application-process/basic-info?shareId=${this.form.id}`
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment