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

add

上级 949b9fd3
......@@ -91,8 +91,8 @@ export default {
});
geolocation.getCurrentPosition((status, result) => {
console.log('geolocation,', status, result);
if (geolocation.result) {
storejs.set('geolocation', geolocation.result.position);
if (result.position) {
storejs.set('geolocation', result.position);
}
that.getJumpPageStatus();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册