|
@@ -180,7 +180,7 @@ export default {
|
|
|
|
|
|
const mp3Blob = recorder.getWAVBlob();
|
|
|
// const mp3Blob = this.convertToMp3(recorder.getWAV());
|
|
|
- let audioFile = this.dataURLtoAudio(mp3Blob, "wav");
|
|
|
+ let audioFile = this.dataURLtoAudio(mp3Blob, "name.wav");
|
|
|
console.log(audioFile);
|
|
|
let iiframe = this.$refs['iiframe']
|
|
|
// iiframe.contentWindow.doPronunciationAssessmentOnceAsync('', { files: [audioFile] })
|
|
@@ -485,7 +485,7 @@ export default {
|
|
|
box-sizing: border-box !important;
|
|
|
}
|
|
|
|
|
|
-.audio_b>>>.vueAudioBetter span:before {
|
|
|
+.d_voice>>>.vueAudioBetter span:before {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
@@ -493,7 +493,7 @@ export default {
|
|
|
background: #000;
|
|
|
}
|
|
|
|
|
|
-.audio_b>>>.vueAudioBetter .iconfont:active {
|
|
|
+.d_voice>>>.vueAudioBetter .iconfont:active {
|
|
|
position: unset !important;
|
|
|
}
|
|
|
</style>
|