修改
This commit is contained in:
parent
21fba24988
commit
7c878747ff
@ -182,10 +182,12 @@
|
||||
appPersonal(value).then(Response => {
|
||||
if (Response.code == 200) {
|
||||
that.appPersonallist = Response.data
|
||||
that.appPersonallist.homeLatitude ? that.appPersonallist.homeLatitude = Number(that
|
||||
.appPersonallist.homeLatitude) : that.appPersonallist.homeLatitude = null
|
||||
that.appPersonallist.homeLongitude ? that.appPersonallist.homeLongitude = Number(that
|
||||
.appPersonallist.homeLongitude) : that.appPersonallist.homeLongitude = null
|
||||
that.appPersonallist.homeLatitude == 0 ? that.appPersonallist.homeLatitude = null : that
|
||||
.appPersonallist.homeLatitude = Number(that
|
||||
.appPersonallist.homeLatitude)
|
||||
that.appPersonallist.homeLongitude == 0 ? that.appPersonallist.homeLongitude = null : that
|
||||
.appPersonallist.homeLongitude = Number(that
|
||||
.appPersonallist.homeLongitude)
|
||||
if (that.appPersonallist.headPictureUrl) {
|
||||
that.img = baseurl + that.appPersonallist.headPictureUrl
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user