- wx.chooseMessageFile选择文件时,在苹果手机上的聊天框中为什么不显示文件?
uni.chooseMessageFile({ count: 1, type: 'file', extension: ['.xlsx'], success: (res) => { if (res.tempFiles && res.tempFiles.length > 0) { const file = res.tempFiles[0]; this.importSendCarFeeFn(file); } }, fail: (err) => { this.$toast('选择文件失败'); console.error('选择文件失败:', err); } }); 聊天记录中有文件 [图片] 点击去选择显示无文件 [图片] 在安卓手机上正常
10-11 - wx.requestCommonPayment拉起支付会偶现直接失败的情况
wx.requestCommonPayment拉起支付会偶现直接失败的情况,需要官方查一下当时为什么会失败@官方 偶现视频:https://oss.bangxianbj.com/universal/2025/09/14/967b19ca-87f3-4d34-b22e-98b54c11fa23.mov
09-14 - 上传代码包问题,未达到2M但会报错提示超过2M
[图片][图片]message:Error: 系统错误,错误码:80058,preloadRule [pages/index/index] source size 2165KB exceed max limit 2MB [20250723 11:30:20][wx3f227260bd26d08b] appid: wx3f227260bd26d08b openid: o6zAJsyu05T4Gz0cDmXOmntR6VcA ideVersion: 1.06.2405020 osType: darwin-arm64 time: 2025-07-23 11:30:37
07-23 - 微信小程序意外退出,请稍后重试
[图片]苹果12,清除小程序重新进或者重启手机都打不开,报小程序意外退出,请稍后重试
07-17