Merge branch 'yangjie' of https://gitea.23544.com/marking/WGShare.Client.Electron into yangjie
This commit is contained in:
commit
aa58f13e7e
|
|
@ -969,11 +969,13 @@ const Meeting: React.FC = () => {
|
||||||
}
|
}
|
||||||
// 全员观看
|
// 全员观看
|
||||||
const getShowUser = async (): Promise<void> => {
|
const getShowUser = async (): Promise<void> => {
|
||||||
await GetShowUser(state.channelId).then(async (res) => {
|
if (location.href.indexOf('/meeting') !== -1) {
|
||||||
if (res.code === 200 && res.data) {
|
await GetShowUser(state.channelId).then(async (res) => {
|
||||||
renderVideo(res.data)
|
if (res.code === 200 && res.data) {
|
||||||
}
|
renderVideo(res.data)
|
||||||
})
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// 加入房间时间
|
// 加入房间时间
|
||||||
const changeCurrentSeconds = (): string => {
|
const changeCurrentSeconds = (): string => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue