|
|
|
@ -139,9 +139,13 @@ export class SmsPageComponent implements OnInit {
|
|
|
|
console.log("deviceToken :"+this.deviceToken);
|
|
|
|
console.log("deviceToken :"+this.deviceToken);
|
|
|
|
|
|
|
|
|
|
|
|
this.loginTypeData= this.common.sharedService.getSharedData(SMSCheckRequest.SHARED_DATA, false);
|
|
|
|
this.loginTypeData= this.common.sharedService.getSharedData(SMSCheckRequest.SHARED_DATA, false);
|
|
|
|
|
|
|
|
if( this.loginTypeData){
|
|
|
|
this.loginType=this.loginTypeData.loginType;
|
|
|
|
this.loginType=this.loginTypeData.loginType;
|
|
|
|
|
|
|
|
|
|
|
|
console.log("loginType :"+this.loginTypeData.loginType);
|
|
|
|
console.log("loginType :"+this.loginTypeData.loginType);
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
this.loginType=1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|