5.23 修改折叠bug
This commit is contained in:
@ -488,7 +488,7 @@ const Index: React.FC<IndexProps> = (props) => {
|
|||||||
clearInterval(task)
|
clearInterval(task)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, []);
|
}, [messProp.roomId]);
|
||||||
|
|
||||||
const showTimeDetail = (endDate: any) => {
|
const showTimeDetail = (endDate: any) => {
|
||||||
let endtime = new Date(endDate.replace(/-/g, '/')); //定义结束时间
|
let endtime = new Date(endDate.replace(/-/g, '/')); //定义结束时间
|
||||||
|
Reference in New Issue
Block a user