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) {
|
if (!this.intervalFlashFrame) {
|
||||||
this.intervalFlashFrame = setInterval(() => {
|
this.intervalFlashFrame = setInterval(() => {
|
||||||
this.nativeService.onFlashFlame();
|
this.nativeService.onFlashFlame();
|
||||||
}, 1000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.nativeService.offFlashFlame();
|
this.nativeService.offFlashFlame();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user