wallet session

This commit is contained in:
CHIEFSOFT\ameye
2023-08-22 17:42:26 -04:00
parent 9ece7d1db8
commit 84a0daac99
3 changed files with 12 additions and 3 deletions
+7 -2
View File
@@ -29,11 +29,16 @@ export class HomePage implements OnInit {
}
ngOnInit() {
this.getBlogData([]);
this.getBannersData();
// this.getBlogData([]);
// this.getBannersData();
console.log("BLOG HOME 002->", this.blogDataService.blogData);
// this.firstname = this.sessionDataProviderService.firstname;
}
ionViewDidEnter(){
this.getBlogData([]);
this.getBannersData();
}
blogResult:any;
bannerResult:any;
bannerData: [];
@@ -17,6 +17,11 @@ export class TransactionPage implements OnInit {
) { }
ngOnInit() {
// this.getWalletData();
// this.getPaymentHxData();
}
ionViewDidEnter(){
this.getWalletData();
this.getPaymentHxData();
}
-1
View File
@@ -11,7 +11,6 @@ import {Router} from "@angular/router";
providedIn: 'root'
})
export class WrenchService {
apiKey = '99dfe35fcb7de1ee';
url;