13404089107
2025-05-23 e3a78db2a9b791284dfbc087f393ecca08de1ca1
H5/uni_modules/mumu-recorder/components/mumu-recorder/mumu-recorder.vue
@@ -70,7 +70,7 @@
            this.chunks.push(e.data)
         },
         saveRecordingData() {
            const blob = new Blob(this.chunks, { 'type': 'audio/mpeg' }),
            const blob = new Blob(this.chunks, { 'type': 'audio/mp3' }),
               localUrl = URL.createObjectURL(blob)
            const endTime = new Date().getTime()