地图
<view class=“stationmap”>
<map id=“Map” style=“width: 100%; height: 100%;” latitude=’{{latitude}}’ longitude=’{{longitude}}’ markers="{{markers}}" show-location scale=“17” enable-overlooking=’ true controls="{{controls}}" enable-scroll=’ false’ bindtap=“openMap” show-location=‘true’ show-compass=“true” enable-zoom=“false”>
</map>
</view>
</view>请问为什么地图滑来滑去,可不可以让地图固定下来,不要让一触摸就滑动,请指教