你好,麻烦提供下复现链接和小程序APPID
电脑微信网页小程序打不开?[图片][图片]
2024-03-23你好,麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点
chooseMedia部分用户只是返回"errMsg": "chooseMedia:fail"累计有几个用户反馈选择相册照片报错,大部分用户都是正常的,隐私协议是正常的,还联系了一个用户把他加为开发者体验我的调试版小程序,发现又好了,就没法复现了,后来我在前端加了报错就把err信息和system信息传给后端打印,一会就抓到了几个,如下: "err": { "errMsg": "chooseMedia:fail" }, "system": { "screenWidth": 360, "cpuType": "MT6768V/CA", "phoneCalendarAuthorized": true, "windowHeight": 659, "bluetoothEnabled": false, "language": "zh_CN", "microphoneAuthorized": true, "fontSizeScaleFactor": 1, "locationAuthorized": true, "notificationAuthorized": true, "model": "V1913A", "statusBarHeight": 28, "safeArea": { "width": 360, "right": 360, "top": 25, "left": 0, "bottom": 780, "height": 755 }, "brand": "vivo", "windowWidth": 360, "locationEnabled": true, "benchmarkLevel": 20, "screenHeight": 780, "abi": "arm64-v8a", "version": "8.0.42", "cameraAuthorized": true, "deviceAbi": "arm64-v8a", "system": "Android 9", "memorySize": 5701, "fontSizeSetting": 16, "pixelRatio": 3, "deviceOrientation": "portrait", "wifiEnabled": true, "screenTop": 71, "platform": "android", "SDKVersion": "3.1.5", "enableDebug": false, "devicePixelRatio": 3, "host": { "env": "WeChat", "version": 671099480 }, "mode": "default", "deviceId": 1.7111615189494456e+19, "safeAreaInsets": { "top": 25, "left": 0, "right": 0, "bottom": 0 }, "appId": "", "appName": "******", "appVersion": "1.0.0", "appVersionCode": 100, "appLanguage": "zh-Hans", "uniCompileVersion": 3.94, "uniRuntimeVersion": 3.94, "uniPlatform": "mp-weixin", "deviceBrand": "vivo", "deviceModel": "V1913A", "deviceType": "phone", "osName": "android", "osVersion": 9, "hostVersion": "8.0.42", "hostLanguage": "zh-CN", "hostName": "WeChat", "hostSDKVersion": "3.1.5", "hostFontSizeSetting": 16, "windowTop": 0, "windowBottom": 0 } 另一个: "err": { "errMsg": "chooseMedia:fail" }, "system": { "screenWidth": 367, "cpuType": "SM7450", "phoneCalendarAuthorized": true, "windowHeight": 685, "bluetoothEnabled": true, "language": "zh_CN", "microphoneAuthorized": true, "fontSizeScaleFactor": 1, "locationAuthorized": true, "notificationAuthorized": true, "model": "REA-AN00", "statusBarHeight": 34, "safeArea": { "width": 367, "right": 367, "top": 34, "left": 0, "bottom": 814, "height": 780 }, "brand": "HONOR", "windowWidth": 367, "locationEnabled": true, "benchmarkLevel": 23, "screenHeight": 814, "abi": "arm64-v8a", "version": "8.0.47", "cameraAuthorized": true, "deviceAbi": "arm64-v8a", "system": "Android 13", "memorySize": 15299, "fontSizeSetting": 16, "pixelRatio": 3.275, "deviceOrientation": "portrait", "wifiEnabled": true, "screenTop": 78, "platform": "android", "SDKVersion": "3.3.4", "enableDebug": false, "devicePixelRatio": 3.275, "host": { "env": "WeChat", "version": 671100752 }, "mode": "default", "deviceId": 1.7111637217642721e+19, "safeAreaInsets": { "top": 34, "left": 0, "right": 0, "bottom": 0 }, "appId": "", "appName": "*****", "appVersion": "1.0.0", "appVersionCode": 100, "appLanguage": "zh-Hans", "uniCompileVersion": 3.94, "uniRuntimeVersion": 3.94, "uniPlatform": "mp-weixin", "deviceBrand": "honor", "deviceModel": "REA-AN00", "deviceType": "phone", "osName": "android", "osVersion": 13, "hostVersion": "8.0.47", "hostLanguage": "zh-CN", "hostName": "WeChat", "hostSDKVersion": "3.3.4", "hostFontSizeSetting": 16, "windowTop": 0, "windowBottom": 0 }
2024-03-23版本是多少
微信开发者工具更新之后,设置自动保存和热重载,html会自动更新,但是js不能手动更新?没更新之前也是这么设置的自动保存和热重载都是开着的,html和js都会自动更新,更新了新版本之后,js就不会刷新了,必须手动保存,第一次还在这个页面第二次就直接返回首页了。
2024-03-23console里面报错什么
微信小程序 页面空白?同一个小程序分体验环境的和正式环境的,体验环境的小程序可以正常显示,但是换成正式环境进去后部分页面显示空白。请问有大佬知道是什么原因么?
2024-03-23请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
input框拼音键盘下输入英文,不点完成直接切换到下一个输入框,第一个input框获取不到值?input框拼音键盘下输入英文,不点完成直接切换到下一个输入框,第一个input框获取不到值,用的是bindinput事件,这种怎么处理呢
2024-03-23企业微信的问题建议到企业微信开发者中心提问:https://developer.work.weixin.qq.com/community/question
企业微信客服回调接口?求助大佬!各位大佬,小白一枚,求助!将这个接口在企业微信设置审批回调url报openapi回调地址请求不通过 我想请问下大佬们,中间还需要什么操作吗,看了一些文章加密解密什么的。 期待大佬们回复!十分感谢! [图片]
2024-03-23点击之后是有对焦操作
camera组件无法聚焦?小程序中有用到camera组件自定义扫码功能. 1.摄像头被挡住(手机平放在桌面上)再拿起来时,相机就很模糊,无法再聚焦; 2.从A页面(扫码页)跳转到B页面(结果页)就这样反复操作,会出现无法聚焦;
2024-03-22请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
安卓机上把cover-image的图片设置成网络图片,真机图片不展示微信版本号8.0.47,基础库3.3.4, 在安卓机上把cover-image的图片设置成网络图片后,真机上cover-image不展示。 微信版本号8.0.19,基础库2.23.4正常。 demo地址:https://developers.weixin.qq.com/s/HIS0SSmr7CP3, 在webview渲染模式下真机图片不可见,skyline模式可见
2024-03-22请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
IOS设备无法调用canvasToTempFilePathhttps://developers.weixin.qq.com/miniprogram/dev/api/canvas/wx.canvasToTempFilePath.html
2024-03-22提供的播放链接:https://dynaudio.s3.cn-northwest-1.amazonaws.com.cn/appResources/20231030161303789.wav?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240320T030802Z&X-Amz-SignedHeaders=host&X-Amz-Expires=14400&X-Amz-Credential=AKIA2KMX5XEKVDQIE3V4%2F20240320%2Fcn-northwest-1%2Fs3%2Faws4_request&X-Amz-Signature=1cd62d2693d11cf213359a2597c3e6ed3a8fdff5ec24da4ff37c044be982593a在浏览器中打开来看并不是一个可播放链接。
ios通过BackgroundAudioManager不能播放wav格式音频,会触发onErrorhttps://developers.weixin.qq.com/s/Qiq0NPmC7yPw 调试小程序播放背景音乐,通过 wx.getBackgroundAudioManager 获取实例后,src传入wav格式音频地址,在ios手机上会直接触发onError事件返回音频URL。官方文档上写的支持wav格式。ios手机系统17.4。在PC端开发者工具可以正常播放。
2024-03-22