提交 c90c5adf 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

See merge request !61
......@@ -92,7 +92,8 @@ export default {
geolocation.getCurrentPosition((status, result) => {
console.log('geolocationgeolocation,', status, result);
if (result.position) {
storejs.set('geolocation', result.position);
const position = { ...result.position, addr: result.formattedAddress };
storejs.set('geolocation', position);
}
that.getJumpPageStatus();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册