优化拆分报文合并问题

This commit is contained in:
wuxw 2025-04-14 10:07:16 +08:00
parent 90099e7049
commit 4d9a72b032

View File

@ -137,7 +137,7 @@
});
var tempFilePaths = res.tempFilePaths
console.log('头像地址', tempFilePaths);
TanslateImage.translate(_that,tempFilePaths, (_baseInfo) => {
TanslateImage.translate(_that,tempFilePaths[0], (_baseInfo) => {
_that.headerImg = _baseInfo;
_that._uploadOwnerHeaderImg();
wx.hideLoading()