From d96de09fe60a6b49f80389a905dcf5debc623a19 Mon Sep 17 00:00:00 2001 From: liuxiaomeiDcloud Date: Wed, 22 Dec 2021 08:52:09 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/media/video.md.=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0uni.chooseVideo=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/media/video.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/media/video.md b/docs/api/media/video.md index e2af0a301..8fca4f58b 100644 --- a/docs/api/media/video.md +++ b/docs/api/media/video.md @@ -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; -- GitLab