|
@@ -43,7 +43,6 @@ Component({
|
|
|
activityTimeOut(oTime,index) {
|
|
|
let inputTime = new Date(oTime)
|
|
|
let dsq = setInterval(() => {
|
|
|
- console.log('执行呢');
|
|
|
var nowTime = new Date();
|
|
|
|
|
|
var times = (inputTime - nowTime) / 1000;
|
|
@@ -55,7 +54,6 @@ Component({
|
|
|
})
|
|
|
return clearInterval(dsq)
|
|
|
}
|
|
|
- console.log(times);
|
|
|
|
|
|
var h = parseInt(times / 60 / 60 % 24);
|
|
|
|