yangjie #51
|
|
@ -743,8 +743,8 @@ const Meeting: React.FC = () => {
|
||||||
case 'Operation':
|
case 'Operation':
|
||||||
try {
|
try {
|
||||||
const temp = JSON.parse(item.contentString)
|
const temp = JSON.parse(item.contentString)
|
||||||
if (temp.type === 'mode' && temp.msg) {
|
if (temp.type === 'mode') {
|
||||||
message.success(`管理员已将会议室显示模式更新为${getMeetingContentBodyLeftModeText(temp.mode)}`)
|
temp.msg ? message.success(`管理员已将会议室显示模式更新为${getMeetingContentBodyLeftModeText(temp.mode)}`) : null;
|
||||||
setMeetingMode(temp.mode)
|
setMeetingMode(temp.mode)
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue