请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
wx.createSelectQuery is not a function 是什么原因导致的?[图片]
2024-04-28你好,是微信无法登录吗?请通过客服途径咨询 腾讯客服电话:0755-83765566(服务时间09:00-22:00) 客服公众号:腾讯客服Tencent_KF 微信小程序:腾讯客服 微信支付客服:95017 客服帮助中心:http://kf.qq.com/index.html
登錄不了, 網絡問題?什麼情況? 之前因為發不了, 也看不了圖, 便重新安裝...... 怎麼現在登錄也不行.......(已檢查不是網絡問題) [图片]
2024-04-28给个demo看看呢
ucharts的tooltips功能失效 基础库有bug?[图片] [图片]uchart的原生工具 版本v2.5.0-20230101 、v2.4.5-20221130 在基础库版本2.24.7上正常, 在3.3.4 、3.4.3 等多个版本基础库上不能显示
2024-04-28请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
地图渲染,安卓和ios表现不一致?<map markers="{{markers}}" class="map-view"></map> 同样的写法,安卓出现了幻影。实时渲染的坐标和方向。苹果[图片]------ 安卓[图片]
2024-04-26企业微信相关问题请到企业微信社区咨询 https://developer.work.weixin.qq.com/community/question
企业微信自建应用,前端利用接口获取userId报错?我获取到了access_token和code ,但是在调用接口的时候, 一直报code 的错误, 是什么原因呢? [图片][图片]
2024-04-26请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
wx.openDocument docx文件 ios 下表格样式有问题?wx.openDocument docx文件 ios 下样式有问题
2024-04-26请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
华为nova10设置setZoom突然不行了, zoom multiple not suppor ?华为nova10之前没有问题可以设置放大倍数,但是今天就突然设置不了,是为什么,报"operateCamera:fail: zoom multiple not support
2024-04-26你好,麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点
wx.downloadFile下载报错-310,有人遇见么?[图片] 补充: 这个310不是必现,偶尔才会出现,有的时候切换网络就行了,有的时候,切换网络也不行,本地没有遇见,都是客户出现的。 到后台去看了nginx的日志,也没找到310的错误 源码: wx.downloadFile({ url: link, timeout: 5000, useHighPerformanceMode: true, filePath: wx.env.USER_DATA_PATH + '/' + fn, success(res) { wx.hideLoading() // console.log(res) const code = res.statusCode if (code === 200) { // console.log(res) const filePath = res.filePath wx.openDocument({ filePath: filePath, showMenu: true, fileType: 'xlsx', success: function (res) { console.log('打开文档成功') // console.log(res) }, fail(res){ console.log(res) knownDiag('提示', res) } }) } else { if (code == 400) { knownDiag('提示', '下载失败,请检查文件名称是否含有特殊字符') } else { knownDiag('提示', code) } } }, fail(res){ console.log(res) wx.hideLoading() if(res.errMsg.indexOf('downloadFile:fail timeout')>-1){ knownDiag('提示', '下载超时,请尝试切换网络') } else { knownDiag('提示', res.errMsg) } } })
2024-04-26请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
picker-view中的 value 属性设置了初始值不生效https://developers.weixin.qq.com/miniprogram/dev/component/picker-view.htmlhttps://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/lifetimes.html picker-view中的 value 属性设置了初始值不生效, lifetimes.ready 或者 pageLifetimes.show 中跑了 setDate 后,也都不生效
2024-04-26接口文档发下呢
2024-04-26