Home banner add
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user