提交 934b727e 编写于 作者: 张敬贤's avatar 张敬贤

add log

上级 c897edb1
......@@ -139,6 +139,7 @@
import {getDetailByYunOrderNo} from '@/api/appoint';
import { mapActions, mapGetters } from 'vuex';
import store from 'storejs';
import { log } from 'console';
export default {
data() {
return {
......@@ -206,6 +207,7 @@ export default {
const longitude = '31.234527';
url = 'https://uri.amap.com/marker?&name=' + hospitalName + '&position=' + latitude + ',' + longitude + '&callnative=1';
}
console.log('geolocation', url);
window.open(url);
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册