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

add

上级 d93b994b
...@@ -63,7 +63,6 @@ export default { ...@@ -63,7 +63,6 @@ export default {
methods: { methods: {
// 高德地图导航只有在线上环境才能使用 // 高德地图导航只有在线上环境才能使用
initMap() { initMap() {
this.getJumpPageStatus();
// latitude: 70 // latitude: 70
// longitude: 50.2 // longitude: 50.2
// const data = { // const data = {
...@@ -94,6 +93,7 @@ export default { ...@@ -94,6 +93,7 @@ export default {
if (geolocation.result) { if (geolocation.result) {
storejs.set('geolocation', geolocation.result.position); storejs.set('geolocation', geolocation.result.position);
} }
this.getJumpPageStatus();
}); });
......
...@@ -99,6 +99,7 @@ export default { ...@@ -99,6 +99,7 @@ export default {
console.log('query', this.needDetect); console.log('query', this.needDetect);
this.getButtonStatus(query.yunOrderNo); this.getButtonStatus(query.yunOrderNo);
this.getDetectionName(query.yunOrderNo); this.getDetectionName(query.yunOrderNo);
this.$loading.hide();
}, },
methods: { methods: {
statusMap(status) { statusMap(status) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册