markers里面有多个对象为什么只能在地图上显示第一个对象的图标?

发布于 6 年前作者 minzheng7088 次浏览最后编辑 6 年前来自 issues
wxml:
<map id="map4select"
  longitude="{{longitude}}" latitude="{{latitude}}" 
  markers="{{markers}}"
  scale="20" 
  style="width:{{map_width}}px;height:{{map_height}}px"
  controls="{{controls}}"
  show-location
  hidden='{{maphide}}'>
onload:

打印出来的markers:

0 回复
暂无回复