| 12345678910111213141516171819 |
- <!--pages/home/home.wxml-->
- <view class="home">
- <view class="homeMap">
- <view class="map_container">
- <map class="map" id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="14" show-location="true"
- bindmarkertap="makertap">
- <view class="mapLeft">
- </view>
- <view class="mapBotLeft">
-
- </view>
- </map>
- </view>
- <view class="tempLine">
-
- </view>
- </view>
- </view>
|