@@ -320,6 +320,7 @@ export default {
success: str => {
this.callLoading = false;
console.log('下麦成功', str);
+ common.updateMcResult('', 0);
this.$message.success('下麦成功');
},
fail: data => {
@@ -9,7 +9,8 @@ export {
downloadWebSDK,
createScript,
handsDown,
- chatRoll
+ chatRoll,
+ updateMcResult
} from '@/views/live/common';
// 分组讨论
@@ -471,6 +471,7 @@ export default {
this.connectStudent = '';
@@ -13,7 +13,8 @@ export {
sendPublishMessage,
closeVideo,
/**