未验证 提交 551a202e 编写于 作者: Z zhangqiqi 提交者: Gitee

【OpenHarmony开源贡献者计划2022】json数据格式化,去掉多余逗号

json数据格式化,去掉多余逗号
Signed-off-by: Nzhangqiqi <330740598@qq.com>
Signed-off-by: Nzhangqiqi <330740598@qq.com>
上级 bcf0265d
......@@ -86,7 +86,7 @@ export class VideoRecorderDemo {
profile : videoProfile,
url : this.testFdNumber, // testFdNumber由getFd生成
orientationHint : 0,
location : { latitude : 30, longitude : 130 },
location : { latitude : 30, longitude : 130 }
}
// 创建videoRecorder对象
await media.createVideoRecorder().then((recorder) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册