22 lines
435 B
Vue
22 lines
435 B
Vue
<template>
|
|
<view class="">
|
|
<map :class="mapClass" id="map" :enable-zoom="true" :scale="19" :latitude="28.908447" :enable-scroll="true"
|
|
:longitude="105.439304" style="width: 100vw;height: 100vh;">
|
|
<!-- <cover-image class="map_btn" @tap="test" src="../../static/img/logistics/DH.png">
|
|
</cover-image> -->
|
|
</map>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style> |