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

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

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