监听实时地理位置
this.$bridge .startLocationUpdate() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
code
Number
-
msg
String
{ "code": 0, "msg": "success" }