7 changed files with 17 additions and 105 deletions
@ -1,22 +0,0 @@ |
|||||
<template> |
|
||||
<view> |
|
||||
|
|
||||
</view> |
|
||||
</template> |
|
||||
|
|
||||
<script> |
|
||||
export default { |
|
||||
data() { |
|
||||
return { |
|
||||
|
|
||||
} |
|
||||
}, |
|
||||
methods: { |
|
||||
|
|
||||
} |
|
||||
} |
|
||||
</script> |
|
||||
|
|
||||
<style> |
|
||||
|
|
||||
</style> |
|
@ -1,47 +0,0 @@ |
|||||
<template> |
|
||||
<view> |
|
||||
<!-- <view> |
|
||||
<a href="http://uri.amap.com/navigation?from=114.02597366,22.54605355&to=114.029243,22.609562&mode=car&src=nyx_super;">高德地图</a> |
|
||||
</view> |
|
||||
<view> |
|
||||
<a href="https://uri.amap.com/marker?position=114.02597366,22.54605355&name=深圳南山">高德地图OK</a> |
|
||||
<a href="http://uri.amap.com/marker?position=34.5145141,25.6414014&name=test&src=mypage&coordinate=gaode&callnative=00">高德地图OK</a> |
|
||||
</view> |
|
||||
<view> |
|
||||
<a href="http://api.map.baidu.com/marker?location=31.2503561772,121.3322653843&title=沃尔玛门店&content=即将前往目的地&output=html&src=webapp.baidu.openAPIdemo">百度地图</a> |
|
||||
</view> |
|
||||
<view> |
|
||||
<a href='http://apis.map.qq.com/uri/v1/marker?marker=coord:31.2353,121.48108;addr:上海市人民广场'>腾讯地图</a> |
|
||||
</view> |
|
||||
<view> |
|
||||
<a href='http://apis.map.qq.com/uri/v1/marker?marker=coord:22.54605355,114.02597366;addr:深圳南山'>腾讯地图2</a> |
|
||||
</view> |
|
||||
<view> |
|
||||
<a href='https://apis.map.qq.com/uri/v1/marker?marker=coord:39.892326,116.342763;title:超好吃冰激凌;addr:手帕口桥北铁路道口&referer=myapp'>腾讯地图3</a> |
|
||||
</view> |
|
||||
|
|
||||
<view class="btna" @click="mapbtn">确定</view> --> |
|
||||
<!-- https://blog.csdn.net/jinsedeme0881/article/details/135838478 --> |
|
||||
<!-- https://www.cnblogs.com/wangRong-smile/p/12027366.html --> |
|
||||
|
|
||||
<!-- http://apis.map.qq.com/uri/v1/marker?marker=coord:23.54605355,104.02597366;addr:深圳南山 --> |
|
||||
<!-- http://apis.map.qq.com/uri/v1/marker?marker=coord:22.54605355,114.02597366;addr:深圳南山 --> |
|
||||
|
|
||||
<!-- http://uri.amap.com/marker?position=39.938794,116.427134&name=test&src=mypage&coordinate=gaode&callnative=00 --> |
|
||||
</view> |
|
||||
</template> |
|
||||
|
|
||||
<script> |
|
||||
export default { |
|
||||
data() { |
|
||||
return { |
|
||||
} |
|
||||
}, |
|
||||
methods: { |
|
||||
mapbtn() { |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
</script> |
|
||||
<style> |
|
||||
</style> |
|
Loading…
Reference in new issue