Commit 1e43e784 authored by 罗超's avatar 罗超

1

parent 611f081b
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
},{ },{
name:"出生日期", name:"出生日期",
field:"Birthday", field:"Birthday",
placehloder:"请填写出生日期", placehloder:"请选择出生日期",
subType:2, subType:2,
array:"", array:"",
mode:"date" mode:"date"
...@@ -389,6 +389,8 @@ ...@@ -389,6 +389,8 @@
let msg=JSON.parse(JSON.stringify(this.data)) let msg=JSON.parse(JSON.stringify(this.data))
if(msg.Age==""){ if(msg.Age==""){
msg.Age=0 msg.Age=0
}else{
msg.Age=parseInt(msg.Age)
} }
if(msg.nativePlace&&msg.nativePlace.length>0){ if(msg.nativePlace&&msg.nativePlace.length>0){
let newPlace=msg.nativePlace.split(",") let newPlace=msg.nativePlace.split(",")
......
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