收藏
回答

map组件marker.iconPath和默认图标一起出现

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 客户端 7.0.3 2.6.2

- 当前 Bug 的表现(可附上截图)


- 预期表现

只显示iconPath中的红色标记

- 复现路径


- 提供一个最简复现 Demo

<map id="map-with-points"

longitude="{{userLocation.longitude}}"

latitude="{{userLocation.latitude}}"

scale="14"

show-location

markers="{{ markers }}"

bindmarkertap="markertap"

bindupdated="mapupdated"

style="width:100vw;height: 100vh;"></map>


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

2 个回答

  • 史文强
    史文强
    2019-03-19

    谢谢,我找到问题了,是label字段content设置为空字符串造成的。

    2019-03-19
    有用 2
    回复 2
    • 💪
      💪
      2021-08-13
      请问label字段是哪个呢?
      2021-08-13
      回复
    • 我往北追
      我往北追
      2022-07-11
      ios正常;安卓有问题
      2022-07-11
      回复
  • 灵芝
    灵芝
    2019-03-19

    你好,麻烦提供出现问题的具体机型、微信版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2019-03-19
    有用
    回复
登录 后发表内容