补个0
This commit is contained in:
@@ -198,7 +198,7 @@ export default {
|
||||
},
|
||||
// 提醒发送
|
||||
remindSend() {
|
||||
this.firstClickTime = new Date(this.detail.remindTime).getTime();
|
||||
this.firstClickTime = new Date(this.detail.remindTime).getTime() || 0 ;
|
||||
this.currentClickTime = +new Date();
|
||||
let time = this.currentClickTime - this.firstClickTime;
|
||||
if (time >= 3600000) {
|
||||
|
||||
Reference in New Issue
Block a user