fix pages
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<ion-label class="head_text">Description</ion-label>
|
||||
<ion-label class="description">{{jobData.job_description}}
|
||||
<ion-label class="description">{{ (jobData.job_description != undefined )? jobData.job_description : jobData.job_detail }}
|
||||
</ion-label>
|
||||
|
||||
<ion-label class="head_text">Delivery Details</ion-label>
|
||||
|
||||
@@ -21,6 +21,7 @@ export class JobDetailsComponent implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
console.log("jobData => ", this.jobData);
|
||||
//debugger;
|
||||
this.session_image_server = this.sessionDataProviderService.session_image_server;
|
||||
this.curr_session=this.sessionDataProviderService.session;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user