PDF 优化

This commit is contained in:
binbin_pan 2024-09-18 09:18:21 +08:00
parent 7934c43ecd
commit d3a2ea6340
1 changed files with 26 additions and 24 deletions

View File

@ -153,6 +153,7 @@ export default {
//
openPhotograph() {
this.isHide = true
setTimeout(() => {
uni.chooseImage({
count: 1,
sizeType: ['compressed'],
@ -177,6 +178,7 @@ export default {
}, 1000)
}
})
}, 500)
},
imgToBase64(data) {
return new Promise((resolve, reject) => {