changqu.wxml 549 字节
<view class="mapbox">
  <view class="search">
    <view class="searchimg">
      <image src="/img/search.png"></image>
    </view>
    <view class="searchinput">
        <input placeholder='湖南' placeholder-class='searchword'/>
    </view>
  </view>
  <map id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="14" controls="{{controls}}" bindcontroltap="controltap" markers="{{markers}}" bindmarkertap="markertap" polyline="{{polyline}}" bindregionchange="regionchange" show-location style="width: 100%;height:100% "></map>


</view>