wx.chooseMessageFile在ios点击没反应,在安卓正常?res和err都打印不出来,’触发‘能打印
<view style="margin: 50px;width: 100px;height: 100px;background-color: #00b26a;color: #fff;text-align: center;" @click="uploadFiles">
</view>
const uploadFiles = () => {
console.log('触发:>> ')
wx.chooseMessageFile({
count: 10,
type: 'image',
success(res) {
console.log('res :>> ', res)
},fail: err => {
console.log('err :>> ', err);
}
})
}
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
这个ios机型基本都会有,具体复现只有首次进入小程序会出现,点击重新进入小程序再去触发就没问题了。但这个体验太不好了,尽快优化一下吧
可能是你打开了隐私协议,但是后台没更新上相应的接口,没有权限