|
|
@@ -245,6 +245,11 @@ class SendMeet extends Component {
|
|
|
this.state.meetPerson.push(node.userId)
|
|
|
})
|
|
|
}
|
|
|
+ if(this.state.earlyTime == 0){
|
|
|
+ this.setState({
|
|
|
+ earlyTime:1
|
|
|
+ })
|
|
|
+ }
|
|
|
var noticeT = startT - this.state.earlyTime * 1000 * 60
|
|
|
console.log('noticeT', noticeT)
|
|
|
console.log('noticeT', new Date(noticeT))
|