670完成
This commit is contained in:
@ -60,8 +60,8 @@
|
||||
console.log("res.data.length="+res.data.length);
|
||||
|
||||
|
||||
eventChannel.emit('ImgCutOver',res.data);
|
||||
eventChannel.emit('ImgCutOver_Path',e.tempFilePath);
|
||||
eventChannel.emit('ImgCutOver',{piexls:res.data,picPath:e.tempFilePath});
|
||||
|
||||
uni.navigateBack();
|
||||
},
|
||||
fail: (err) => {
|
||||
|
@ -567,7 +567,7 @@
|
||||
|
||||
these.Status.BottomMenu.show = false;
|
||||
setTimeout(function() {
|
||||
processAndSendImageData(data).catch((ex) => {
|
||||
processAndSendImageData(data.piexls).catch((ex) => {
|
||||
console.log("出现异常", ex);
|
||||
});
|
||||
}, 0)
|
||||
|
Reference in New Issue
Block a user