提交 21f3ba5b 编写于 作者: 雪洛's avatar 雪洛

update: H5平台选图片视频时返回name

上级 706025ef
......@@ -60,7 +60,8 @@ export function chooseImage ({
tempFilePaths.push(filePath)
tempFiles.push({
path: filePath,
size: file.size
size: file.size,
name: file.name
})
}
......
......@@ -50,7 +50,8 @@ export function chooseVideo ({
size: file.size,
duration: 0,
width: 0,
height: 0
height: 0,
name: file.name
}
const video = document.createElement('video')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册