_thisSelf.userInfo.CCityName = _thisSelf.locationData.city;
_thisSelf.userInfo.RegionName = _thisSelf.locationData.district;
} else {
console.log(_thisSelf.locationData); // 回调函数
}
});
});
}
},
created() {
this.getLocation();
}
至此整个定位的实现全部结束,可以准确的获取到当前所在的省市区。
总结
以上所述是小编给大家介绍的vue中实现高德定位功能,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对软件开发网网站的支持!
如果你觉得本文对你有帮助,欢迎转载,烦请注明出处,谢谢!










