提交 1fc4725b 编写于 作者: D DCloud_LXH

fix(App): fix getVideoInfo size

上级 40c59751
......@@ -10,7 +10,7 @@ export const getVideoInfo = warpPlusMethod('io', 'getVideoInfo', options => {
orientation: data.orientation,
type: data.type,
duration: data.duration,
size: data.size,
size: data.size / 1024,
height: data.height,
width: data.width,
fps: data.fps || 30,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册