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