Commit 847e1ed8 authored by Damon's avatar Damon

fix: 关闭完工图片压缩

parent fc3a64d9
...@@ -1154,7 +1154,7 @@ export default { ...@@ -1154,7 +1154,7 @@ export default {
let options = { let options = {
sourceType: ['album'], //['album', 'camera'] sourceType: ['album'], //['album', 'camera']
count: 3, count: 3,
sizeType: ['compressed'], sizeType: ['original'],
} }
const value = await this.chooseImg(options) const value = await this.chooseImg(options)
self.$refs[ self.$refs[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment