mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化拆分报文合并问题
This commit is contained in:
parent
90099e7049
commit
4d9a72b032
@ -137,7 +137,7 @@
|
|||||||
});
|
});
|
||||||
var tempFilePaths = res.tempFilePaths
|
var tempFilePaths = res.tempFilePaths
|
||||||
console.log('头像地址', tempFilePaths);
|
console.log('头像地址', tempFilePaths);
|
||||||
TanslateImage.translate(_that,tempFilePaths, (_baseInfo) => {
|
TanslateImage.translate(_that,tempFilePaths[0], (_baseInfo) => {
|
||||||
_that.headerImg = _baseInfo;
|
_that.headerImg = _baseInfo;
|
||||||
_that._uploadOwnerHeaderImg();
|
_that._uploadOwnerHeaderImg();
|
||||||
wx.hideLoading()
|
wx.hideLoading()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user