修复直接在印花preview后印花overall丢失
This commit is contained in:
@@ -1034,6 +1034,11 @@ defineExpose({
|
||||
width = 0,// 导出的图片宽度
|
||||
height = 0, // 导出的图片高度
|
||||
} = {}) => {
|
||||
console.log('导出图片',{isContainFixed,
|
||||
isContainFixedOther,
|
||||
isPrintTrimsNoRepeat,
|
||||
isPrintTrimsRepeat,
|
||||
isContainNormalLayer})
|
||||
var base64 = await canvasManager.exportImage({
|
||||
isContainBg,
|
||||
isContainFixed,
|
||||
@@ -1047,6 +1052,7 @@ defineExpose({
|
||||
expPicType,
|
||||
isEnhanceImg,
|
||||
});
|
||||
console.log('导出图片完成',)
|
||||
if(width > 0 && height > 0){
|
||||
base64 = await resizeImage(base64, width, height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user