|
|
|
|
@ -62,6 +62,8 @@ export class SmsPageComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
ngOnInit() {
|
|
|
|
|
this.activeType=this.common.getActiveTypeLogin();
|
|
|
|
|
console.log("active "+ this.common.sharedService.getSharedData('active-type',true));
|
|
|
|
|
|
|
|
|
|
console.log("activeType :"+this.activeType);
|
|
|
|
|
this.count = 0;
|
|
|
|
|
this.initTimer();
|
|
|
|
|
@ -178,6 +180,7 @@ export class SmsPageComponent implements OnInit {
|
|
|
|
|
if (this.platform.is('cordova')) {
|
|
|
|
|
this.insertMobileLogin();
|
|
|
|
|
}
|
|
|
|
|
this.activeType =this.common.setActiveTypeLogin(0);
|
|
|
|
|
this.common.openHome();
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|