|
楼主 |
2018-11-27 18:25:22
显示全部楼层
- <import name="title-bar" src="../../components/titleBar"></import>
-
- <template>
- <div class="container flex-col">
- <title-bar title="房源位置" show-back="true"></title-bar>
- <map style="width:100%; height:100%;" latitude="{{roomDetail.latitude}}" longitude="{{roomDetail.longitude}}" scale="16" markers="{{markers}}"></map>
- </div>
- </template>
- <style>
- @import '../../assets/styles/style.less';
- .container{
- height: 100%;
- padding-top: 90px;
- }
- </style>
- <script>
- const BEI_JING_WGS = {latitude: 39.9073728469, longitude: 116.3913445961, coordType: "wgs84"};
- export default {
- data: {
- roomDetail: {latitude: 39.9073728469, longitude: 116.3913445961, coordType: "wgs84"},
- markers: [{
- latitude: BEI_JING_WGS.latitude,
- longitude: BEI_JING_WGS.longitude,
- coordType: BEI_JING_WGS.coordType,
- iconPath: "../../assets/images/map_icon.png",
- width: "100px"
- }],
- },
- onInit() {
- }
- }
- </script>
复制代码 这是一个单独的页面了效果仍然是下图这种
|
-
vivo X7 Funtouch OS_3.0 Lite
|