workers page
This commit is contained in:
@@ -52,6 +52,10 @@ export class BannersDataService {
|
||||
|
||||
console.log("BANNERS RETURN->", this.bannerResult);
|
||||
this.bannerData = this.bannerResult.result_list;
|
||||
if ( this.bannerResult.home_dash_type != ''){
|
||||
// debugger;
|
||||
this.sessionDataProviderService.home_dash_type = this.bannerResult.home_dash_type;
|
||||
}
|
||||
this.homebannerCount = this.bannerData?.length;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user