提交 ef933b99 编写于 作者: Q qiang

fix: chooseImage tempFilePaths

上级 08fe2aa2
......@@ -66,7 +66,7 @@ export function chooseImage ({
const res = {
errMsg: 'chooseImage:ok',
get tempFilePaths () {
return tempFiles.map(({ filePath }) => filePath)
return tempFiles.map(({ path }) => path)
},
tempFiles: tempFiles
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册