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

add

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