Commit 4a42bd9d authored by xxx's avatar xxx

1

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