c size
This commit is contained in:
@@ -41,19 +41,12 @@ export class ContactsDataService {
|
||||
sessionid: string,
|
||||
raw_contacts : string
|
||||
mmode: number,
|
||||
csize:number,
|
||||
pcount: number
|
||||
};
|
||||
pPesult:any;
|
||||
async cacheContactsForAccount(contactResult){
|
||||
//alert('AAAA->001');
|
||||
/* this.usrData = {action:22010,
|
||||
member_id: this.sessionDataProviderService.member_id,
|
||||
uid: this.sessionDataProviderService.member_uid,
|
||||
sessionid: this.sessionDataProviderService.session ,
|
||||
raw_contacts: JSON.stringify(contactResult.contacts),
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
const loading = await this.loadingCtrl.create({
|
||||
message: 'Refresing...',
|
||||
duration: 7000,
|
||||
@@ -70,6 +63,7 @@ export class ContactsDataService {
|
||||
sessionid: this.sessionDataProviderService.session ,
|
||||
raw_contacts: myString.substring(ic,ic+chunkSize),
|
||||
mmode: ic,
|
||||
csize: ic+chunkSize,
|
||||
pcount: myString.length
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user