问题模块 框架类型 问题类型 终端类型 微信版本 基础库版本
框架 微信小程序 Bug 客户端 6.7.2 2.3.0
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
真机和开发者工具都会出现此问题
- 提供一个最简复现 Demo
代码片段
success: function (res) { var pklots = JSON.parse(res.data.d); for (var i = 0; i < pklots.length; i++){ markersData.push({ id: pklots[i].ID, alpha:0, iconPath: "/assets/images/icon.png", longitude: pklots[i].Lng, latitude: pklots[i].Lat, width:25, height: 40, label:{ content: "50+", color: "#ff0000", fontSize: "15", borderRadius: "0", bgColor: "#ffffff", padding: 0, textAlign:"center", anchorX:-7, anchorY: -45 } }) } console.log(markersData) that.setData({ markers: markersData }) }
微信小程序开发问题解答
微信小程序开发者回答:
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
本文网址:http://www.91bianli.com/weixinxiaochengxu/46001.html