解决了么
wx.createSelectorQuery() 在电脑上的小程序能不能调用[图片]
2023-07-19请问解决了吗
为何wx.chooseLocation获取的经纬度用于wx.openLocation中定位相差很大?//获取经纬度代码 wx.chooseLocation({ success: (res) => { this.setData({ "location.longitude": res.longitude, "location.latitude": res.latitude, "location.address": res.address, "location.addrName": res.name }); } }); //打开地图 let location = this.data.location; wx.openLocation({ latitude: location.latitude, longitude: location.longitude, name: location.addrName, address: location.address, success: res => { console.log(res) } }) 代码有什么问题吗?
2021-06-25请问解决了吗
MapContext.openMapApp安卓打开高德地图位置显示微信位置?安卓打开高德地图显示微信位置起点、微信位置终点,百度地图显示正常;IOS系统显示正常
2021-06-24同问,没有人回答吗?
微信小程序中可否打开 google 地图微信小程序中可否在打开的页面中内嵌 google 地图
2021-06-24https://developers.weixin.qq.com/s/zU5yVCmL7u56
navigationstyle reLaunch- 当前 Bug 的表现(可附上截图) navigationstyle单个页面自定义,跳转事件reLaunch到另一个页面也不显示左上角返回箭头 单个页面自定义样式组件 [图片] [图片] 组件事件 [图片] 返回页面未出现左上角返回按钮 [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo 单个页面json { "navigationStyle":"custom", } <view style='height:154rpx;background:#0A9EDE'> <image src='/images/nav.png' bindtap='backPage' style='width:13px;height:19px;position:absolute;left:20px;top:83rpx;'></image> <text style='color:#fff;display:block;text-align:center;font-size:30rpx;line-height:203rpx;'>{{navigationBarTitleText}}</text> </view> backPage(){ if (this.data.insRecordMark) { wx.reLaunch({ url: '/pages/culvert/insRecord/insRecord' }) }else{ wx.navigateBack({ delta:1 }) } },
2019-01-22