提供一下复现视频链接
voip-room 部分机型灰白屏?voip-room 画面灰白色(华为 Meta 30 Pro) 无法显示任何画面(IPhone 11,类似于voip-room不存在)
2023-02-03请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
视频播放退出全屏安卓手机swiper-item style=[object Object]?在微信小程序开发过程使用swiper组件点击时弹出视频播放全屏,再退出全屏时swiper插件中swiper-item样式被重置 style=[object Object],怎么解决啊? 如图全屏前: [图片] 如图退出全屏后: [图片]
2023-02-03参考https://developers.weixin.qq.com/community/develop/doc/00088e0a9741987254adad4bd51c00?highLine=IOS%25E4%25B8%25AD%25E5%25A6%2582%25E4%25BD%2595%25E4%25BD%25BF%25E7%2594%25A8wx.makePhoneCall%25E6%258B%25A8%25E6%2589%2593%25E5%25B8%25A6%25E6%259C%2589%2523%25E7%259A%2584%25E7%2589%25B9%25E6%25AE%258A%25E5%258F%25B7%25E7%25A0%2581
在IOS中如何使用wx.makePhoneCall拨打带有#的特殊号码?https://developers.weixin.qq.com/miniprogram/dev/api/device/phone/wx.makePhoneCall.htmlhttps://developers.weixin.qq.com/miniprogram/dev/api/device/phone/wx.makePhoneCall.html
2023-02-03插件appid给一下
wx.downloadFile filePath在插件中设置会保存失败?在插件中使用 wx.downloadFile 设置filePath, 会报 603300 的错误代码,文档中并没有说明小程序插件不能使用此参数 ios正常,安卓异常 const filePath = `${wx.env.USER_DATA_PATH}/${filename}`; wx.downloadFile({ url, filePath, // 设置了自定义路经,会 success({ statusCode }) { if (statusCode === 200) { console.log("保存文件为", filePath); resolve(filePath); } else { reject(new Error(`下载文件(${url})失败, statusCode: ${statusCode}`)); } }, fail: reject, }); 代码片段 https://developers.weixin.qq.com/s/ruBm9HmD7uFb 测试机型 三星s22+
2023-02-03请查看私信
为什么设置相同的rpx在skyline会显示的更大?设置相同的font-size等于32rpx,skyline明显更大,如果无法解决,请问该如何适配为统一大小? 图一为skyline 图二为webview [图片][图片]
2023-02-03请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
Slider无法拖动?[图片] 在slider组件上添加position:absolute;后无法拖动了。只返回最小值和最大值了是怎么回事?
2023-02-03请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
微信小程序PC端,FileSystemManager.saveFile成功回调返回参数异常,WHY?下图为开发者工具PC端真机调试时打印的结果 [图片] 如图所示,接口 FileSystemManager.saveFile 接口调用成功,回调函数返回saveFile:ok,但是savedFilePath为undefined,与文档不符。[图片]
2023-02-03请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
小程序NFC贴卡时,会触发系统NFC服务弹窗,发现NFC标签[图片]
2023-02-03appid多少
流量主广告数据返回的数据格式有问题?"{"list":[{"date":"2023-02-01","click_count":0,"exposure_count":0,"income":0,"req_succ_count":1,"slot_id":4071202390577885,"ecpm":-nan,"exposure_rate":0.000000000,"click_rate":0.000000000,"slot_str":"4071202390577885","ad_slot":"SLOT_ID_WEAPP_TEMPLATE"},{"date":"2023-02-01","click_count":0,"exposure_count":1,"income":0,"req_succ_count":30,"slot_id":8040321819858439,"ecpm":0.000000000,"exposure_rate":0.033333333,"click_rate":0.000000000,"slot_str":"8040321819858439","ad_slot":"SLOT_ID_WEAPP_BANNER"}], "summary":{"click_count":0,"exposure_count":1,"income":0,"req_succ_count":31,"ecpm":0.000000000,"exposure_rate":0.032258065,"click_rate":0.000000000},"total_num":2}" 你这个返回的数据有问题:"ecpm":-nan 是什么鬼,你让我php怎么解析?直接报错NULL
2023-02-03什么版本开发者工具
小程序交易保障标展示组件引入后小程序开发受阻无反应?根据小程序交易保障开发文档,引入plugin之后,直接小程序开发工具无法编译,且无任何报错和反应。
2023-02-03