Commit 96fb6ab7 authored by Li Mingzhe's avatar Li Mingzhe

fix: 体感音频

parent ad4f646a
No preview for this file type
......@@ -45,6 +45,16 @@
(imageUploaded)="onImageUploadSuccess($event, 'pop_pic_url', group)"
></app-upload-image-with-preview>
</div>
<div style="display: flex; align-items: center; margin-top: 10px;">
<span>题干音频:</span>
<app-audio-recorder
style="display: inline;"
[audioUrl]="group.bubble_audio_url"
(audioUploaded)="onAudioUploadSuccess($event, 'bubble_audio_url', group)"
></app-audio-recorder>
</div>
</div>
<div style="margin-top: 20px; margin-bottom: 20px;">
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment