Commit 5e59187c authored by limingzhe's avatar limingzhe

fix: debug

parent 110b8eaa
......@@ -6,14 +6,6 @@
</div>
<div style="margin: 30px; display: flex; align-items: center;">
<h3 style="">问题音频:</h3>
<app-audio-recorder [audioUrl]="item.audio_url"
(audioUploaded)="onItemAudioUploadSuccess($event, item, 'audio_url')">
</app-audio-recorder>
</div>
<div style="margin: 30px;">
<nz-radio-group [ngModel]="item.mode" (ngModelChange)="radioChange($event, item, 'mode')">
<div style="display: flex; flex-wrap: wrap; width: 100%;">
......@@ -54,6 +46,13 @@
<h3>页-{{i+1}}: </h3>
<div style="margin: 30px; display: flex; align-items: center;">
<h4 style="">音频:</h4>
<app-audio-recorder [audioUrl]="page.audio_url"
(audioUploaded)="onItemAudioUploadSuccess($event, page, 'audio_url')">
</app-audio-recorder>
</div>
<div [class.disabled]="(item.mode == 'single') && (i != 0)" style="border: 2px #ccc solid; border-radius: 15px; width: 900px; margin: 30px">
<div *ngFor="let part of page.partArr; let j = index" style=" width: 90%; padding: 30px; margin: 10px;
border: 1px #ccc solid; border-radius: 15px;">
......
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