BUG 25901

This commit is contained in:
aixianling
2021-12-24 10:02:37 +08:00
parent a5261dcd61
commit 3e6fb9f710
33 changed files with 35 additions and 37 deletions

View File

@@ -25,7 +25,7 @@
<!-- <audio :src="url" ref="audio" :controls="true" :name="autioName" style="display: block;"></audio> -->
</div>
</u-popup>
<AiBack/>
</div>
</template>
<script>

View File

@@ -29,7 +29,7 @@
</div>
</div>
<div class="btn" @click="confirm">确认</div>
<AiBack></AiBack>
</div>
</template>

View File

@@ -113,7 +113,7 @@
<img v-else :src="isRecording ? stopImg : microphone" @click="record">
<span v-if="isStop" @click="save">保存</span>
</div>
<AiBack/>
<audio style="opacity: 0; visibility: hidden;" :src="audioSrc" @ended="onAudioEnd"></audio>
</div>
</template>