收藏
回答

地图

<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>请问为什么地图滑来滑去,可不可以让地图固定下来,不要让一触摸就滑动,请指教


回答关注问题邀请回答
收藏

1 个回答

  • 老张
    老张
    2019-06-02

    很不理解,看一眼文档就这么难吗?

    2019-06-02
    有用
    回复 9
    • 2020
      2020
      2019-06-02

      老张,我也是老张,我45岁。你是小张了。呵呵!我看了文档了也试验了几次没有找到,请指教,也是刚学。

      2019-06-02
      回复
    • 老张
      老张
      2019-06-03回复2020

      enable-scroll='{{false}}'

      2019-06-03
      回复
    • 2020
      2020
      2019-06-03回复老张

      <map id="Map" style="width: 750rpx; height: 500rpx;" 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">



      加进去不行的,你估计记错了。

      2019-06-03
      回复
    • 老张
      老张
      2019-06-03回复2020

      害我还特意去验证了一下。

      我的代码没问题。

      问题出在你的代码上,一眼看上去,全是错。

      2019-06-03
      回复
    • 2020
      2020
      2019-06-03回复老张

      好歹我也开始学习折腾了几个月了,这么说我还是气馁的。我根本不是真码农,就是撸码农上占了点边边。

      2019-06-03
      回复
    查看更多(4)
登录 后发表内容