marker 的zIndex设置无效
var marker = {
iconPath: this.locationIconPath,
id: id,
latitude: location.latitude,
longitude: location.longitude,
width: size,
height: size,
anchor: anchor,
zIndex: 99,
};
https://developers.weixin.qq.com/miniprogram/dev/component/map.html
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)