关闭压塑保证ios正常6155

This commit is contained in:
微微一笑
2025-11-21 15:59:58 +08:00
parent fc1fad0579
commit 31b189dd72

View File

@ -1142,6 +1142,7 @@
uni.chooseVideo({ uni.chooseVideo({
sourceType: ['album'], sourceType: ['album'],
compressed: false, // 关闭视频压缩,确保上传原始文件
success: function(res) { success: function(res) {
console.log("res=", res); console.log("res=", res);
let path = res.tempFilePath; let path = res.tempFilePath;