This commit is contained in:
parent
b075aec5aa
commit
1fcf681621
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue