vue移动端input上传视频、音频
<div class="title">现场视频</div>
<div class="upLoad">
<label for="pop_video" id="labelr">
<video id="videoId" controls width="100%"></video>
<input style="display:none;" id="pop_video" type="file" accept="video/*" capture="camcorder" v-on:change="getVideo(event, '2')" name="fileTrans" ref="file" value="">
<div class="inputVideo">上传视频</div>
</label>
</div>
<div class="title">现场音频频</div>
<div class="upLoad">
<label for="pop_audio" id="labelr">
<audio id="audioId" controls width="100%"></audio>
<input style