wallet session
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@ import {Router} from "@angular/router";
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class WrenchService {
|
||||
|
||||
apiKey = '99dfe35fcb7de1ee';
|
||||
url;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user