fixed loading issue

MOE_MAIN-COLOR_CHANGES
umasoodch 3 years ago
parent 1acdd9459d
commit 3554dbe717

@ -413,6 +413,9 @@ export class HomePage implements OnInit {
if (this.common.hasData(result.List_Menu)) { if (this.common.hasData(result.List_Menu)) {
this.menuList = result.List_Menu; this.menuList = result.List_Menu;
this.getMenuDetails(); this.getMenuDetails();
} else {
this.menuEntries = true;
this.common.stopLoading();
} }
} }
} }

Loading…
Cancel
Save