收藏
回答

marker到customCallout上面去了,应该怎么处理?

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

2 个回答

  • Demons
    Demons
    2022-07-18

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

    2022-07-18
    有用
    回复 3
    • 勇敢的心
      勇敢的心
      2022-07-18
      https://developers.weixin.qq.com/s/ibfkiQmq7hAU
      2022-07-18
      回复
    • 勇敢的心
      勇敢的心
      2022-07-18
      marker={
             id: -this.currPuoy.id*1000+i,
             latitude: o[1],
             longitude: o[0],
             width: size,
             height: size,
             iconPath: path,
             anchor:{x: 0.5, y: 0.5} ,
             customCallout:{
               anchorY:10,
               anchorX:10,
              display:'NONE'
             }
            }
      2022-07-18
      回复
    • 勇敢的心
      勇敢的心
      2022-07-18
      <cover-view slot="callout" >
          <cover-view v-for="(item,index) in customCallIds" :key="index" >
           <cover-view class="callout" :marker-id="item" >
            <cover-view class="time">{{hisList[index].cur_time}}<!-- <w-icon name="icon-guanbi" color="#ffffff" size="12" @click="closeCover" style="position: absolute;right: 4px;top:-8px"></w-icon> --></cover-view>
            <cover-view class="coverRow">
             <cover-view class="coverTextLeft">流速:{{toF(hisList[index].ave_sp,1)}}cm/s</cover-view>
             <cover-view class="coverTextRight">流向:{{toF(hisList[index].ave_drct,1)}}°</cover-view>
            </cover-view>
            <cover-view class="coverRow">
             <cover-view class="coverTextLeft">波高:{{toF(hisList[index].max_wav_ht,2)}}m</cover-view>
             <cover-view class="coverTextRight">波向:{{toF(hisList[index].main_wav_drct,1)}}°</cover-view>
            </cover-view>
           </cover-view>
          </cover-view>
         </cover-view>
      2022-07-18
      回复
  • 牛壮
    牛壮
    2022-09-14

    解决了吗?

    2022-09-14
    有用
    回复
登录 后发表内容