6170上传加裁剪功能

This commit is contained in:
fengerli
2025-09-11 14:21:16 +08:00
parent 55620449e4
commit 48da6d0e1c
2 changed files with 32 additions and 20 deletions

View File

@ -58,7 +58,9 @@
// 处理像素数据并发送
const eventChannel = these.getOpenerEventChannel();
console.log("res.data.length="+res.data.length);
eventChannel.emit('ImgCutOverPath', {
picPath: e.tempFilePath
});
eventChannel.emit('ImgCutOver',{piexls:res.data,picPath:e.tempFilePath});