原因:直接通过链接打开的网页,设置的分享无效,这是微信限制了,无语... 解决方案: 1、通过公众号打开链接。 2、通过将链接编码为二维码,扫码打开链接。(吐槽:和直接通过链接有什么区别) 3、使用微信收藏将链接收藏,通过收藏打开链接。
updateAppMessageShareData功能不生效?[图片] js安全域名,ip白名单都设置正确,在开发者工具测试也一切正常,到了真机无论是android还是IOS都不生效,点击右上角...分享就是当前页面链接。 代码如下 <script> wx.config({ debug: true, appId: 'wxc00af4f21bf89c8f', timestamp: 1645502183, nonceStr: 'YATtdJ6WzVE9f1lA', signature: 'ab1adcd4b0b3fb1585ae9ff72be634953e55a6c6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'updateAppMessageShareData', 'updateTimelineShareData' ] }); wx.ready(function() { wx.checkJsApi({ jsApiList: [ 'onMenuShareAppMessage', 'onMenuShareTimeline', 'updateAppMessageShareData', 'updateTimelineShareData' ], success: function(res) { alert(JSON.stringify(res)); console.log(res) }, fail:function(res){ alert(JSON.stringify(res)); console.log(res) } }); /*wx.onMenuShareAppMessage({ title: '分享标题', // 分享标题 desc: '分享描述分享描述分享描述。', // 分享描述 link: window.location.href, type:'link', img_url: 'https://t.course.dajishizhijia.com/wx/tiger.jpg', // 分享图标 success: function() { alert('onMenuShareAppMessage success'); }, cancel: function() { alert('cancel'); }, fail: function(res) { alert('fail:'+JSON.stringify(res)); console.log(res) } });*/ wx.updateAppMessageShareData({ title: '分享标题', // 分享标题 desc: '分享描述分享描述分享描述。', // 分享描述 link: window.location.href, type:'link', imgUrl: 'https://t.course.dajishizhijia.com/wx/tiger.jpg', // 分享图标 success: function() { alert('updateAppMessageShareData success'); }, cancel: function() { alert('cancel'); }, fail: function(res) { alert('fail'+JSON.stringify(res)); console.log(res) } }); }); wx.error(function(res) { alert(res.errMsg); console.log(res) }); </script>
2024-01-29一样,求解!
getLocation方法偶现getLocation:fail:timeout?线上稳定的服务,最近也没有发版; 今天上午开始很多用户获取定位偶现失败,日志里面看报错是 getLocation:fail:timeout。 日志显示99.9%都是安卓端 联系不到客服,工作人员帮忙看看
2023-07-19删了小程序重新搜索可以。
wx.getLocation报ERROR_SERVER_NOT_LOCATION错误?wx.getLocation报"errMsg":"getLocation:fail:ERROR_SERVER_NOT_LOCATION","errCode":404错误,微信版本号8.0.20,基础库2.23.2,手机小米8
2022-11-28我的刚才也是,吓死了。
登录接口返回invalid appid,多个小程序都打不开[图片][图片]
2022-09-182022年9月了,还没解决
onKeyboardHeightChange 在android上无法触发监听键盘隐藏在input的 type='number' 时 隐藏键盘无法触发onKeyboardHeightChange 事件 弹出键盘时可正常触发onKeyboardHeightChange 事件
2022-09-08解决了吗?
安卓部分机型textare组件键盘闪退导致无法输入文字是什么问题?用户的手机型号: [图片][图片] 用户的手机可以复现,本地测试没有出现这种情况,让用户的手机打开了小程序的官方示例,也会有这种问题 用户使用我们的产品出现问题的视频链接:https://cdn-xcx-qunsou.weiyoubot.cn/video/2022-01-26/1b5f2d61a58147ffa75638f6a3160c6f.mp4 让用户直接用微信小程序的Demo出现问题的视频链接:https://cdn-xcx-qunsou.weiyoubot.cn/video/2022-01-26/08d11cedf17247cd9372d6f60121dc57.mp4https://cdn-xcx-qunsou.weiyoubot.cn/video/2022-01-26/1b5f2d61a58147ffa75638f6a3160c6f.mp4
2022-05-05