|
@@ -104,7 +104,7 @@ const refreshBlob = async () => {
|
|
})
|
|
})
|
|
imageBlob.value =
|
|
imageBlob.value =
|
|
fuseImage.type !== FuseImageType.FUSE
|
|
fuseImage.type !== FuseImageType.FUSE
|
|
- ? fuseImage.blob
|
|
|
|
|
|
+ ? cropBlob
|
|
: await fuseImageJoinHot(
|
|
: await fuseImageJoinHot(
|
|
iframeRef.value,
|
|
iframeRef.value,
|
|
cropBlob,
|
|
cropBlob,
|
|
@@ -113,8 +113,6 @@ const refreshBlob = async () => {
|
|
height,
|
|
height,
|
|
scale
|
|
scale
|
|
);
|
|
);
|
|
- console.log('fuseImage2', imageBlob.value);
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|