Commit 4a42bd9d authored by xxx's avatar xxx

1

parent 4755c886
......@@ -265,7 +265,7 @@ export default {
},
//WebSocket数据接收
websocketonmessage(e){
console.log(e);
//console.log(e);
let that = this;
if(e == undefined){
let str1 = localStorage.getItem(this.userName1 + 'voiceData');
......@@ -337,7 +337,7 @@ export default {
rec.open(function(){
This.dialogCancel();
console.log('录音权限已打开');
//console.log('录音权限已打开');
This.reclog("已打开:"+This.type+" "+This.sampleRate+"hz "+This.bitRate+"kbps",2);
This.wave=Recorder.WaveView({elem:".ctrlProcessWave"});
......@@ -989,7 +989,6 @@ export default {
width: 100%;
height: 17vh;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
overflow-y:auto;
}
......@@ -1023,7 +1022,7 @@ export default {
color: #A6F6F9;
font-size: 12px;
width: 32%;
margin-bottom: 1vh;
margin:0px 0.5vh 1vh 0px;
height: 6vh;
border: 2px solid rgb(24,228,240);
border-radius: 5px;
......
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