小程序
小游戏
企业微信
微信支付
扫描小程序码分享
- 当前 Bug 的表现(可附上截图)
-----调试工具:
----真机效果
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
-------进入首页点击无人自动洗车,展示地图
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
荣耀 畅玩 7x 是正常的,荣耀 畅玩 6x死活不显示
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
线上的问题?代码片段可以复现吗?
恩恩,部分机型出现这种不展示的情况,代码如下:
markers.push({
id: res.data[i].shopId,
latitude: lat1,
longitude: lng1,
title: res.data[i].shopName,
shopAddr: res.data[i].shopAddr,
iconPath: '/image/auto/icon01.png',
width: 50,
height: 50,
anchor: {
x: 0,
y: 1
},
callout: {
content: res.data[i].shopName,
color: '#ffffff',
fontSize: 14,
borderRadius: 16,
bgColor: '#262930',
padding: 8
}
})
逻辑应该没有问题,因为之前是所有机型都兼容的,最近好像出现效果不展示的情况
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html:按照教程提供下代码片段
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
荣耀 畅玩 7x 是正常的,荣耀 畅玩 6x死活不显示
线上的问题?代码片段可以复现吗?
恩恩,部分机型出现这种不展示的情况,代码如下:
markers.push({
id: res.data[i].shopId,
latitude: lat1,
longitude: lng1,
title: res.data[i].shopName,
shopAddr: res.data[i].shopAddr,
iconPath: '/image/auto/icon01.png',
width: 50,
height: 50,
anchor: {
x: 0,
y: 1
},
callout: {
content: res.data[i].shopName,
color: '#ffffff',
fontSize: 14,
borderRadius: 16,
bgColor: '#262930',
padding: 8
}
})
逻辑应该没有问题,因为之前是所有机型都兼容的,最近好像出现效果不展示的情况
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html:按照教程提供下代码片段