job interest
This commit is contained in:
@@ -22,6 +22,10 @@ export class JobinterestPage implements OnInit {
|
||||
) {}
|
||||
ngOnInit() {
|
||||
this.curr_session = this.sessionDataProviderService.session;
|
||||
// this.getManagerOffersData();
|
||||
}
|
||||
|
||||
ionViewDidEnter(){
|
||||
this.getManagerOffersData();
|
||||
}
|
||||
|
||||
|
||||
@@ -98,8 +98,13 @@ array (size=8)
|
||||
reqResult => {
|
||||
reqResult = reqResult;
|
||||
console.log("reqResult RETURN->", reqResult);
|
||||
// debugger;
|
||||
if (reqResult != null && reqResult.internal_return> 0 ){
|
||||
alert("Completed");
|
||||
//alert("Completed");
|
||||
thisObj.onBack();
|
||||
}
|
||||
else{
|
||||
// will plan a message anyway
|
||||
thisObj.onBack();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user