提交 411632ee authored 作者: lidongxu's avatar lidongxu

test(1): 测试:拍摄视频

上级 02d2d151
......@@ -114,6 +114,7 @@ const supportedTypes = computed(() => {
if (getMobileType() === 'ios') {
return 'image/*,video/*'
} else {
console.log('anzhuo2')
if (selectedMediaType.value === 'image') {
return 'image/*'
} else {
......@@ -135,6 +136,7 @@ const customUploadClick = () => {
})
} else {
// 安卓设备:显示拍照/录像方式确认菜单
console.log('anzhuo1')
show.value = true
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论