locations track
This commit is contained in:
@@ -39,7 +39,7 @@ ion-header {
|
||||
}
|
||||
}
|
||||
.top-tool{
|
||||
--background: #edddcb;
|
||||
--background: #f1eeeb;
|
||||
border-radius: 10px;
|
||||
ion-buttons{
|
||||
ion-button{
|
||||
|
||||
@@ -5,6 +5,8 @@ import { BlogDataService } from 'src/app/store/blog-data.service';
|
||||
import { WrenchService } from 'src/app/services/wrench.service';
|
||||
import { OnesignalService } from 'src/app/services/onesignal.service';//
|
||||
import { UserWalletService } from 'src/app/store/user-wallet.service';
|
||||
import { LocTrcService } from "../../services/loc-trc.service";
|
||||
|
||||
//import * as stream from "stream";
|
||||
|
||||
@Component({
|
||||
@@ -30,7 +32,8 @@ export class HomePage implements OnInit {
|
||||
private wrenchService: WrenchService,
|
||||
private onesignalService: OnesignalService,
|
||||
public blogDataService: BlogDataService,
|
||||
public userWalletService: UserWalletService
|
||||
public userWalletService: UserWalletService,
|
||||
private locTrcService:LocTrcService
|
||||
) {
|
||||
this.accountType = sessionDataProviderService.account_type;
|
||||
this.firstname = this.sessionDataProviderService.firstname;
|
||||
@@ -43,6 +46,7 @@ export class HomePage implements OnInit {
|
||||
console.log("BLOG HOME 002->", this.blogDataService.blogData);
|
||||
// this.firstname = this.sessionDataProviderService.firstname;
|
||||
this.onesignalService.Init(this.sessionDataProviderService.member_uid);
|
||||
this.locTrcService.startTracking();
|
||||
if (this.accountType == 'FULL'){
|
||||
this.getBlogData([]);
|
||||
this.getBannersData();
|
||||
|
||||
Reference in New Issue
Block a user