1***@qq.com
1***@qq.com
  • 发布:2024-06-18 16:25
  • 更新:2024-06-18 16:25
  • 阅读:209

【报Bug】uni.chooselmage在的tempFiles在app端没有返回name值

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win11

HBuilderX类型: Alpha

HBuilderX版本号: 4.19

手机系统: Android

手机系统版本号: Android 14

手机厂商: 小米

手机机型: 小米civi

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

      uni.chooseImage({  
        count: 1,  
        sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有  
        sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有  
        success: (res) => {  
            console.log('’231:', res);  
          this.resultPath(res.tempFilePaths[0], res.tempFiles[0]);  
        }  
      });  
      // #endif ```

操作步骤:
  // #ifndef H5  
      uni.chooseImage({  
        count: 1,  
        sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有  
        sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有  
        success: (res) => {  
            console.log('’231:', res);  
          this.resultPath(res.tempFilePaths[0], res.tempFiles[0]);  
        }  
      });  
      // #endif   
//执行代码 res.tempFiles[0]没有name值返回  

预期结果:
  // #ifndef H5  
      uni.chooseImage({  
        count: 1,  
        sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有  
        sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有  
        success: (res) => {  
            console.log('’231:', res);  
          this.resultPath(res.tempFilePaths[0], res.tempFiles[0]);  
        }  
      });  
      // #endif   
//执行代码 res.tempFiles[0]有name值返回  

实际结果:
  // #ifndef H5  
      uni.chooseImage({  
        count: 1,  
        sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有  
        sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有  
        success: (res) => {  
            console.log('’231:', res);  
          this.resultPath(res.tempFilePaths[0], res.tempFiles[0]);  
        }  
      });  
      // #endif   
//执行代码 res.tempFiles[0]就返回了{path:‘’,size:000}  

bug描述:

uni.chooselmage在的tempFiles在app端没有返回name值

2024-06-18 16:25 负责人:无 分享
已邀请:

要回复问题请先登录注册