//选择小视频
videoUp(){
let _this = this
uni.chooseVideo({
count: 1,
sourceType: ['camera', 'album'],
maxDuration:60,
camera:'front',
success: function (res) {
});
},
- 发布:2020-09-01 14:09
- 更新:2020-09-01 14:09
- 阅读:574
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: Alpha
HBuilderX版本号: 2.8.8
手机系统: Android
手机系统版本号: Android 10
手机厂商: 小米
手机机型: 小米9
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
bug描述:
//选择小视频
videoUp(){
let _this = this
uni.chooseVideo({
count: 1,
sourceType: ['camera', 'album'],
maxDuration:60,
camera:'front',
success: function (res) {
});
},