IOS从会话选择文件时pdf格式自动过滤了?android可以选择pdf

发布于 5 年前作者 mcui5759 次浏览最后编辑 5 年前来自 issues

IOS微信版本:8.0.2 8.0.3 苹果测试机型:苹果12系列 苹果7

android微信版本:8.0.2

			wx.chooseMessageFile({

				count: 9,

				type: "file",

				success: function(res) {

					console.log(res);

					}

				}

			})
1 回复
shenming
shenming1 楼5 个月前

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。