未验证 提交 d96de09f 编写于 作者: Anne_LXM's avatar Anne_LXM 提交者: Gitee

update docs/api/media/video.md.

更新uni.chooseVideo示例
上级 7deed876
......@@ -67,7 +67,6 @@ export default {
test: function () {
var self = this;
uni.chooseVideo({
count: 1,
sourceType: ['camera', 'album'],
success: function (res) {
self.src = res.tempFilePath;
......@@ -217,7 +216,6 @@ export default {
test: function () {
var self = this;
uni.chooseVideo({
count: 1,
sourceType: ['camera'],
success: function (res) {
self.src = res.tempFilePath;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册