Commit 03a1947b authored by xxx's avatar xxx

1

parent 11989164
......@@ -344,18 +344,21 @@ export default {
},function(msg,isUserNotAllow){
This.dialogCancel();
This.reclog((isUserNotAllow?"UserNotAllow,":"")+"打开失败:"+msg,1);
// This.$notify({
// title: '2222',
// type: 'success',
// duration: 2500
// });
console.log('录音权限未打开1');
This.$notify({
title: '录音权限未打开,请手动开启!',
type: 'success',
duration: 5000
});
});
This.waitDialogClickFn=function(){
This.dialogCancel();
This.reclog("打开失败:权限请求被忽略,用户主动点击的弹窗",1);
console.log('录音权限未打开2');
This.$notify({
title: '录音权限未打开,请手动开启!',
type: 'success',
duration: 5000
});
};
},
recClose:function(){
......
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