mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化拆分报文合并问题
This commit is contained in:
parent
90099e7049
commit
4d9a72b032
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user