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

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

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