0
点赞
收藏
分享

微信扫一扫

React工作14:getTime是对时间进行处理的方法

穆风1818 2022-07-31 阅读 71

{
name: data?.name,
startTimeLong: new Date(data?.code[0]).getTime(),
endTimeLong: new Date(data?.code[1]).getTime(),
},
() => {
this.getFrameList();
}



举报

相关推荐

0 条评论