From 1fcf681621138016f537a8dfc73eabb764499053 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 20 Jun 2025 16:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/my/signature.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/my/signature.vue b/src/pages/my/signature.vue index a91f41e..83f0d87 100644 --- a/src/pages/my/signature.vue +++ b/src/pages/my/signature.vue @@ -179,10 +179,8 @@ const onCameraError = (message) => { console.log('🚀 ~ onCameraError ~ message:', message) } const onCameraSuccess = (file) => { - uni.showModal({ - title: '', - content: file, - }) + isRotate.value = false + signType.value = 1 const signUrl = file // img.src = file // console.log('🚀 ~ complete ~ img.src:', img.src)