Browse Source

app2.0上传图片改为上传附件

长阳分支推送专用
ndbs 2 years ago
parent
commit
41d7f42db6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/upload-file.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/upload-file.vue View File

@@ -111,7 +111,7 @@ export default {
// } // }
// }) // })
uni.chooseImage({
uni.chooseFile({
count: Number(this.number), count: Number(this.number),
sizeType: ['original', 'compressed'], sizeType: ['original', 'compressed'],
sourceType: ['album', 'camera'], sourceType: ['album', 'camera'],


Loading…
Cancel
Save