IOS从会话选择文件时pdf格式自动过滤了?android可以选择pdf
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 回复
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。