收藏
回答

使用setLocMarkerIcon来改变当前点位的icon,都返回成功了,但是地图icon没变?

    this.mapCtx = wx.createMapContext('map'this);
        this.mapCtx.setLocMarkerIcon({
                iconPath: wxapp.globalData.preloadImageInfo,
                successfunction (r{
                  console.log(r)
                  console.log("成功")
                  console.log(wxapp.globalData.preloadImageInfo)
                  console.log(typeof wxapp.globalData.preloadImageInfo)
                },
                failfunction (err{
                  console.log(wxapp.globalData.preloadImageInfo)
                  console.log("错误")
                  console.log(err)
      
                }
              })
回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    2023-11-16

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2023-11-16
    有用
    回复 2
    • GY
      GY
      2023-11-16
      。。。。。。。。
      2023-11-16
      回复
    • Demons
      Demons
      2023-11-16回复GY
      这边示例代码没复现
      2023-11-16
      回复
登录 后发表内容