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