...
|
...
|
@@ -86,10 +86,7 @@ Component({ |
|
|
this.commonService = new CommonService();
|
|
|
const timeId = setInterval(() => {
|
|
|
if (this.data.isStart) {
|
|
|
const changeStatusTimeId = setTimeout(()=> {
|
|
|
this.triggerEvent('changeStatus');
|
|
|
clearTimeout(changeStatusTimeId)
|
|
|
});
|
|
|
this.triggerEvent('changeStatus');
|
|
|
clearInterval(timeId);
|
|
|
}
|
|
|
const fomartTimes = fomartCountdownTime({
|
...
|
...
|
|