home.wxml 453 B

12345678910111213141516171819
  1. <!--pages/home/home.wxml-->
  2. <view class="home">
  3. <view class="homeMap">
  4. <view class="map_container">
  5. <map class="map" id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="14" show-location="true"
  6. bindmarkertap="makertap">
  7. <view class="mapLeft">
  8. </view>
  9. <view class="mapBotLeft">
  10. </view>
  11. </map>
  12. </view>
  13. <view class="tempLine">
  14. </view>
  15. </view>
  16. </view>