现已经解决
线上版本不显示小程序名称?兄弟们,发布到线上的小程序点击右上角三个点不显示名称和头像是因为啥,少配置东西了吗。[图片]
2023-09-05哥们哥们,我那个小程序也要获取微信运动,但是点击设置的时候允许使用里边不显示微信运动的授权,知道为啥不
在小程序内获取微信运动步数通过微信运动获取当前用户该日运动步数,只能通过用户打开小程序时才能获取吗?假如在小程序内某个页面做一个【获取当前运动步数】的按钮,去获取运动步数,官方接口能支持吗 [图片]
2023-09-02开发者工具版本 Stable 1.06.2306020
console无法打印日志?真机调试的时候console不打印日志,console面板空空如也;模拟器运行的时候console能够正常打印日志
2023-06-15模拟器调试没问题,真机调试出现这种问题
更改地图经纬度失效?使用setData更改地图经纬度的时候,未修改成功,还是回到了默认经纬度的位置。各位大佬们,有遇到过这种问题的吗、怎么解决啊
2023-05-31解决这问题了吗 楼主
map addMarkers动态修改callout安卓机会出现两个标签?Map.addMarkers({ markers: [{ id: 1, latitude: 31.290505, longitude: 114.014709, iconPath: '../../image/1.png', width: 24, height: 24, callout: { content: markerInfo.name, display: 'ALWAYS', padding: 10, borderRadius: 5 } }], clear: true }) Map.addMarkers({ markers: [{ id: 1, latitude: 31.290505, longitude: 114.014709, iconPath: '../../image/1.png', width: 24, height: 24 }] }) Map.addMarkers({ markers: [{ id: 1, latitude: 31.290505, longitude: 114.014709, iconPath: '../../image/1.png', width: 24, height: 24, callout: { content: markerInfo.name, display: 'ALWAYS', padding: 10, borderRadius: 5 } }] }) 基础库:2.25.4 微信版本:8.0.28 代码片段:https://developers.weixin.qq.com/s/VRrmwGmT7SDK 实现效果:点击列表中点位会显示对应marker的callout并关闭其他marker的callout 两个点位切换安卓手机会出现下面情况 [图片]
2023-03-07