你把代码里面的wx.getLocation删除,需要的话你就先申请一个需要用到的类目 ,然后小程序用到页面截图,申请location时把图片放进去
个人小程序如何解决获取地址、速度接口不通过问题?[图片][图片]
2022-06-06再买一台手机开热点。
新疆地区用手机流量无法打开小程序,大家有没有办法?坐标新疆乌鲁木齐及新疆昌吉,手机流量无法打开,WiFi情况下正常打开,大家有什么好办法解决么?急急急急急急急急急
2022-05-10是不是申请内容填写的测试?
申请wx.getLocation权限,审核不通过原因:暂不支持测试 ,该如何处理?[图片]
2022-05-10这。。到现在了还没解决吗
微信小程序客服消息,设置了离线自动回复,且所有客服离线,客户依然接收不到离线自动回复?微信小程序客服消息,设置了离线自动回复,且所有客服离线状态,客户依然接收不到设置的离线自动回复消息?
2021-12-21妈的 ,我问题跟你的一模一样。头炸了
map组件使用多个markers时,最终为什么只显示一个标记?Page({ data: { latitude:34.484652, longitude:113.313364, markers:[] }, onLoad:function(options) { var that=this; wx.getLocation({ type:"wgs84", success: function(res){ var latitude=res.latitude; var longitude=res.longitude; console.log("当前位置:",res.latitude,res.longitude); that.setData({ latitude:res.latitude, longitude:res.longitude, markers:[ { id:0, latitude:res.latitude, longitude:res.longitude, iconPath:"../../img/busy.png", width:30, height:30, callout:{ content:"使用中", color:'black', fontSize:13, borderRadius:5, borderWidth:1, borderColor:'#0000ff', padding:2, display:'ALWAYS' }, }, { id:1, latitude:34.484652, longitude:113.313364, iconPath:"../../img/free.png", width:30, height:30, callout:{ content:"空闲", color:'red', fontSize:13, borderRadius:5, borderWidth:1, borderColor:'#0000ff', padding:2, display:'ALWAYS' }, } ] }) }, }) }, onReady:function(){ } })
2021-08-26