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

修改获取腾讯坐标后返回值

上级 c0292436
......@@ -46,15 +46,16 @@ export default {
this.projectEquityNo = projectEquityNo;
this.externalOrderNo = externalOrderNo;
// get geolocation
var that = this;
var geolocation = new qq.maps.Geolocation();
geolocation.getLocation(function (result) {
console.log('result', result);
storejs.set('geolocation', result);
that.getJumpPageStatus();
}, function (result) {
console.log('err', result);
that.getJumpPageStatus();
});
this.getJumpPageStatus();
},
methods: {
// 目前是配置一个检测信息,可能会拓展,所以返回的是一个list
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册