user data

This commit is contained in:
CHIEFSOFT\ameye
2024-09-12 14:58:10 -04:00
parent 511ebb7f64
commit d507f4a36a
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -213,6 +213,10 @@ export class HomePage implements OnInit {
//case "my-active-jobs":
pageToNavigate = "joboffers";
break;
case "market": // offers waiting to start
//case "my-active-jobs":
pageToNavigate = "tabs/tab2";
break;
case "my-coupon":
pageToNavigate = "mycoupons";
+1 -1
View File
@@ -135,7 +135,7 @@ export class InvitePage implements OnInit {
message: 'Please wait ... ',
duration: 3500,
});
this.contactsDataService.refeshContacts();
await this.contactsDataService.refeshContacts();
}
tabMode:number = 0;
setTabMode(tMode){
+3
View File
@@ -50,6 +50,9 @@ export class ContactsDataService {
sessionid: this.sessionDataProviderService.session ,
raw_contacts: contactResult }
alert(this.usrData);
this.wrenchService.processUsersContacts(this.usrData).subscribe(
pPesult => {
this.pPesult = pPesult;