你好,这条链接并不是网页。这是微信小程序开发的,通过普通二维码扫描跳转,是微信小程序,不是外部网页。
小程序普通链接二维码,使用微信扫一扫今天突然无法正确跳转,提示无法确认该网页的安全性,请谨慎访问https://developers.weixin.qq.com/miniprogram/dev/framework/https://developers.weixin.qq.com/miniprogram/dev/framework/ 小程序: 智地汇 appid: wx6fd27778f32f43c8,已备案。 现象:使用微信扫一扫,扫码普通链接二维码,没有正常跳转去小程序,而是提示无法确认该网页的安全性,请谨慎访问。 正常应该是扫码跳转小程序,用户利用小程序页面完成停车场功能的交互。之前都是好的,今天出问题了。 [图片][图片]正常应该是扫描下方二维码跳转打开小程序[图片][图片],被封禁的链接不是外部引流的网页,是微信小程序开发功能“普通链接二维码地址详情”
08-15音频播放不完整,播不到最后,缺秒 插眼
紧急重大!能复现,背景音频BackgroundAudioManager播放不完整,播不到最后,缺秒预期:ios真机把音频播放完整 结果:播放到最后,比实际音频更早结束,明显听到单词没有读完。作为对比,在浏览器中直接打开音频播放是完整的。 测试音频: https://cdn-qiye-voice.jingdaka.com/backend_voice/2hx/2024/04/03/c9a1f76e-a4fc-9dbb-20a7-30ae24db2220.mp3 已经放在代码片段里
04-25非键盘弹起场景下 没有任何问题
wx.chooseImage() 拍照/相册底部空漏?场景 选择图片上传, 拍照/相册底部空漏 1.点击input => 2.键盘弹起 => 3.点击上传图片按钮调用 wx.chooseImage() => 4.键盘自动收回并弹出拍照/相册选择 拍照/相册底部空漏的 bug 照片 [图片] 机型/系统/微信版本 手机: redmi note5, 安卓: 9, 微信版本: 8.0.19 原始代码 chooseImage() { this.$emit('opLoading', true) wx.chooseImage({ count: 1, sizeType: ['original', 'compressed'], sourceType: ['album', 'camera'], success: res => { }, fail: err => { } }) },
2022-03-09小白,几千米的误差真么办 getLocation: function(e) { console.log(e) var that = this var newlocation wx.getLocation({ success: function(res) { type: 'gcj02' altitude: true isHighAccuracy: true console.log(res) const { longitude, latitude, speed, accuracy } = res newlocation = { ...that.data.location, longitude: longitude, latitude: latitude, speed: speed, accuracy: accuracy } console.log('11111', newlocation) that.setData({ hasLocation: true, location: newlocation }) demo.reverseGeocoder({ success: function(res) { console.log(res.result); const { address, adcode, ad_info } = res.result newlocation = { ...newlocation, address: address, adcode: ad_info.adcode, city_code: ad_info.city_code } that.setData({ hasLocation: true, location: newlocation }) }, fail: function(res) { console.log(res); } }) } }) },
小程序wx.getLocation 误差?小程序wx.getLocation type gcj02 isHighAccuracy true 用真机调试 误差20米左右 还有其他的操作弥补误差么?
2020-04-20