console
This commit is contained in:
@@ -219,8 +219,10 @@ export default {
|
||||
this.currentClickTime = +new Date();
|
||||
let time = this.currentClickTime - this.firstClickTime;
|
||||
if (time >= 60 * 60 * 1000 && this.flag) {
|
||||
this.$http
|
||||
.post("/app/appmasssendingtask/remindSend", null, {
|
||||
console.log(time, 'time');
|
||||
console.log(60 * 60 * 1000, '60 * 60 * 1000');
|
||||
console.log(this.flag, 'flag');
|
||||
this.$http.post("/app/appmasssendingtask/remindSend", null, {
|
||||
params: {
|
||||
id: this.id,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user