Home banner add

This commit is contained in:
CHIEFSOFT\ameye
2023-06-19 14:22:43 -04:00
parent a3363b8995
commit 961fc83b0d
6 changed files with 61 additions and 22 deletions
@@ -20,6 +20,7 @@ export class SessionDataProviderService {
isPedningJob: number = 0;
isOfferJob: number = 0;
profile_pic:string='';
member_uid:string;
session_contructed:boolean = false;
@@ -38,6 +39,7 @@ export class SessionDataProviderService {
this.username=loginResult.username;
this.last_login = loginResult.last_login2;
this.member_id = loginResult.member_id;
this.member_uid = loginResult.uid;
this.balance = loginResult.balance;
this.ccard=loginResult.ccard;
this.profile_pic=loginResult.profile_pic;