提交 7ff5fb51 编写于 作者: M mahaifeng

[location]修改定位测试用例

上级 773b2744
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
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) => {
if (res.address != null) { if (res.address != null) {
this.jest_address = res.address! this.jest_address = res.address!
} }
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
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.
先完成此消息的编辑!
想要评论请 注册