user data
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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){
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user