浏览代码

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

长阳分支推送专用
ndbs 2 年前
父节点
当前提交
41d7f42db6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 查看文件

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


正在加载...
取消
保存