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

add

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