diff --git a/src/app/pages/marketdetail/marketdetail.page.html b/src/app/pages/marketdetail/marketdetail.page.html
index 6ad00cb..bbfdf79 100644
--- a/src/app/pages/marketdetail/marketdetail.page.html
+++ b/src/app/pages/marketdetail/marketdetail.page.html
@@ -48,31 +48,33 @@
+
+
+ Interested in the task?
+
+
+
+ Send Interest Request to Owner
+ {{interest_status}}
+
+
+
+
-
- Show Interest
-
+
+
+
Details
- Message
+ Questions ?
-
-
- Interested in the task?
-
-
- Send Interest Request to Owner
- {{interest_status}}
-
-
-
@@ -170,6 +172,8 @@
+
+
diff --git a/src/app/pages/marketdetail/marketdetail.page.ts b/src/app/pages/marketdetail/marketdetail.page.ts
index c8a34bb..2440084 100644
--- a/src/app/pages/marketdetail/marketdetail.page.ts
+++ b/src/app/pages/marketdetail/marketdetail.page.ts
@@ -13,7 +13,7 @@ import {WaitingInterestService} from "../../store/waiting-interest.service";
})
export class MarketdetailPage implements OnInit {
@ViewChild('yourmessage') yourmessage;
- tabs = 'lesson';
+ tabs = 'about';
session_image_server:string='';
curr_session:string='';
offer_code:string='';
diff --git a/src/app/store/contacts-data.service.ts b/src/app/store/contacts-data.service.ts
index 7ee9e06..2c18961 100644
--- a/src/app/store/contacts-data.service.ts
+++ b/src/app/store/contacts-data.service.ts
@@ -40,7 +40,7 @@ export class ContactsDataService {
member_id: number,
uid: string,
sessionid: string,
- raw_contacts : string
+ raw_contacts : any
};
pPesult:any;
async cacheContactsForAccount(contactResult){
@@ -48,7 +48,7 @@ export class ContactsDataService {
member_id: this.sessionDataProviderService.member_id,
uid: this.sessionDataProviderService.member_uid,
sessionid: this.sessionDataProviderService.session ,
- raw_contacts: contactResult.toString()}
+ raw_contacts: contactResult }
this.wrenchService.processUsersContacts(this.usrData).subscribe(
pPesult => {