diff --git a/src/uni_modules/wot-design-uni/components/wd-signature/wd-signature.vue b/src/uni_modules/wot-design-uni/components/wd-signature/wd-signature.vue index 79f8dcd6..b6dcf684 100644 --- a/src/uni_modules/wot-design-uni/components/wd-signature/wd-signature.vue +++ b/src/uni_modules/wot-design-uni/components/wd-signature/wd-signature.vue @@ -532,8 +532,8 @@ function canvasToImage() { const { canvasWidth, canvasHeight } = canvasState uni.canvasToTempFilePath( { - width: canvasWidth * exportScale, - height: canvasHeight * exportScale, + width: canvasWidth, + height: canvasHeight, destWidth: canvasWidth * exportScale, destHeight: canvasHeight * exportScale, fileType,