Commit f0cf2df7 authored by Mac's avatar Mac

1

parent ca50c7f0
......@@ -426,7 +426,12 @@
this.msg.Name = this.addMsg.SuperiorName;
this.position =[res.data.data.Province,res.data.data.City,res.data.data.District]
this.addressName = res.data.data.PName+'/'+res.data.data.CName+'/'+res.data.data.DName
if(this.addMsg.AlbumList==null){
this.addMsg.AlbumList=[]
}
if(this.addMsg.Age==''){
this.addMsg.Age= 0
}
})
},
getPosition(val, cb) {
......
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