This commit is contained in:
bb_pan 2025-06-20 16:49:27 +08:00
parent b075aec5aa
commit 1fcf681621
1 changed files with 2 additions and 4 deletions

View File

@ -179,10 +179,8 @@ const onCameraError = (message) => {
console.log('🚀 ~ onCameraError ~ message:', message) console.log('🚀 ~ onCameraError ~ message:', message)
} }
const onCameraSuccess = (file) => { const onCameraSuccess = (file) => {
uni.showModal({ isRotate.value = false
title: '', signType.value = 1
content: file,
})
const signUrl = file const signUrl = file
// img.src = file // img.src = file
// console.log('🚀 ~ complete ~ img.src:', img.src) // console.log('🚀 ~ complete ~ img.src:', img.src)