安卓手机 只拍照上传,禁止从从相册选择,有什么好方法
<input
type="file"
accept="image/*"
ref="fileinput"
capture="camera"
@change="file($event)"
class="photo-file">
部分安卓机有兼容性,还是能相册选
<input
type="file"
accept="image/*"
ref="fileinput"
capture="camera"
@change="file($event)"
class="photo-file">
部分安卓机有兼容性,还是能相册选
展开
5
3