Commit c6cc8b04 authored by yu's avatar yu

1

parent 28b8e8c8
This diff is collapsed.
......@@ -88,12 +88,12 @@
<app-audio-recorder style="margin-left: 10px; " [audioUrl]="item.waitAudio"
(audioUploaded)="onAudioUploadSuccess($event, 'waitAudio', item,'waitAudioName')"></app-audio-recorder>
<span style="font-size: 20px;">开始读条音频:</span>
<!-- <span style="font-size: 20px;">开始读条音频:</span>
<app-audio-recorder style="margin-left: 10px; " [audioUrl]="item.startLoadingAudio"
(audioUploaded)="onAudioUploadSuccess($event, 'startLoadingAudio', item,'loadAudioName')"></app-audio-recorder>
(audioUploaded)="onAudioUploadSuccess($event, 'startLoadingAudio', item,'loadAudioName')"></app-audio-recorder> -->
<span style="font-size: 20px;">猫咪第一音频:</span>
<!-- <span style="font-size: 20px;">猫咪第一音频:</span>
<app-audio-recorder style="margin-left: 10px; " [audioUrl]="item.finishAudioList[0]"
(audioUploaded)="onFinishAudioUploadSuccess($event, 0)"></app-audio-recorder>
......@@ -111,7 +111,7 @@
<span style="font-size: 20px;">猫咪第五音频:</span>
<app-audio-recorder style="margin-left: 10px; " [audioUrl]="item.finishAudioList[4]"
(audioUploaded)="onFinishAudioUploadSuccess($event, 4)"></app-audio-recorder>
(audioUploaded)="onFinishAudioUploadSuccess($event, 4)"></app-audio-recorder> -->
</div>
</div>
......
......@@ -11,7 +11,7 @@ import { ComponentBase } from './ComponentBase';
export class FormComponent extends ComponentBase implements OnInit, OnChanges, OnDestroy {
// 储存数据用
saveKey = "op_72";
saveKey = "op_72_single";
// 储存对象
item: any = {
// score: 0,
......
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