5.23 修改折叠bug

This commit is contained in:
jl-zhoujl2
2022-05-23 16:48:22 +08:00
parent a1530cb43c
commit 37d6d1cbb7

View File

@ -488,7 +488,7 @@ const Index: React.FC<IndexProps> = (props) => {
clearInterval(task)
}
}
}, []);
}, [messProp.roomId]);
const showTimeDetail = (endDate: any) => {
let endtime = new Date(endDate.replace(/-/g, '/')); //定义结束时间