blink interval modify 1s > 2s
This commit is contained in:
parent
5d02a7c634
commit
2f1c860f4c
|
@ -44,7 +44,7 @@ export class LeftNaviComponent implements OnInit, OnDestroy {
|
|||
if (!this.intervalFlashFrame) {
|
||||
this.intervalFlashFrame = setInterval(() => {
|
||||
this.nativeService.onFlashFlame();
|
||||
}, 1000);
|
||||
}, 2000);
|
||||
}
|
||||
} else {
|
||||
this.nativeService.offFlashFlame();
|
||||
|
|
Loading…
Reference in New Issue
Block a user