Commit e55c49e5 by sunchao

merge apply

parent 0d66b279
......@@ -115,6 +115,7 @@
idNo:'',
birthday:'',
areaId:'',
approvalStatus:0
// birthday:`${new Date().getFullYear()}-${new Date().getMonth() + 1} -${new Date().getDate()}`,
},
idTypesList:[{id:null,name:'请选择'}],
......
......@@ -73,8 +73,6 @@
}else{
common.errorDialog(2,'手机号校验错误')
}
},
delayTime() {
this.disabledSendBtn = true;
......@@ -91,7 +89,7 @@
},
nextstep(){
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