- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
wx.compressImage({ src: res.tempFilePaths[0], // 图片路径 quality: ENVIRONMENT_CONFIG.quality, // 压缩质量, complete: function (compRes) { if (compRes.errMsg.indexOf(‘compressImage:ok’) > -1) { resultPaths.push({imagePath: compRes.tempFilePath}); callback(resultPaths); } } })