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