uni_chen
uni_chen
  • 发布:2025-07-09 16:01
  • 更新:2025-07-09 16:01
  • 阅读:24

【报Bug】uni.chooseImage选择gif压缩图片后不显示,勾选原图后可以

分类:鸿蒙Next

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 4.66

手机系统: HarmonyOS NEXT

手机系统版本号: HarmonyOS 5.0.1

手机厂商: 华为

手机机型: mate 60 pro

页面类型: vue

vue版本: vue3

打包方式: 离线

项目创建方式: HBuilderX

示例代码:

uni.chooseImage({
count: 6, //默认9
sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
sourceType: ['album'], //从相册选择
success: function (res) {
console.log(JSON.stringify(res.tempFilePaths));
}
});

操作步骤:

uni.chooseImage选择gif压缩图片后不显示,勾选原图后可以

预期结果:

uni.chooseImage可以选择gif图片压缩格式

实际结果:

uni.chooseImage不可以选择gif图片压缩格式

bug描述:

uni.chooseImage选择gif压缩图片后不显示,勾选原图后可以

2025-07-09 16:01 负责人:DCloud_UNI_LXH 分享
已邀请:

要回复问题请先登录注册