提交 fbb8dd52 编写于 作者: zhaofengliang920817's avatar zhaofengliang920817

解决冲突

上级 dba5ac26
...@@ -213,14 +213,16 @@ ...@@ -213,14 +213,16 @@
altitude: this.jest_isAltitude, altitude: this.jest_isAltitude,
isHighAccuracy: this.jest_isHighAccuracy, isHighAccuracy: this.jest_isHighAccuracy,
geocode: this.jest_isGeocode, geocode: this.jest_isGeocode,
success: (res : any) => { success: (res) => {
this.jest_address = res.address if (res.address != null) {
this.jest_address = res.address!
}
this.jest_longitude = res.longitude this.jest_longitude = res.longitude
this.jest_latitude = res.latitude this.jest_latitude = res.latitude
this.jest_altitude = res.altitude this.jest_altitude = res.altitude
this.jest_complete = true this.jest_complete = true
}, },
fail: (err : any) => { fail: (err ) => {
this.jest_errCode = err.errCode this.jest_errCode = err.errCode
this.jest_complete = true this.jest_complete = true
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册