fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<ion-card>
|
||||
<ion-card-header>
|
||||
<ion-card-title>BlackFaces</ion-card-title>
|
||||
<ion-card-subtitle>10/10/2025</ion-card-subtitle>
|
||||
<ion-card-subtitle>{{ CurrentDate | date:'MM/dd/yyyy'}}</ion-card-subtitle>
|
||||
|
||||
</ion-card-header>
|
||||
</ion-card>
|
||||
|
||||
@@ -8,6 +8,7 @@ import { Observable } from 'rxjs';
|
||||
styleUrls: ['./blog.page.scss'],
|
||||
})
|
||||
export class BlogPage implements OnInit {
|
||||
CurrentDate = new Date().getDate();
|
||||
blogData: any;
|
||||
constructor(private blackConnectService: BlackConnectService) {
|
||||
this. getBlog();
|
||||
@@ -23,7 +24,7 @@ export class BlogPage implements OnInit {
|
||||
this.blogData = retBlogData;
|
||||
//console.log(this.blogData);
|
||||
//console.log(this.blogData["internal_return"]["result_list"]);
|
||||
|
||||
this.image_url= this.blogData["internal_return"]["image_url"];
|
||||
this.blog_list = this.blogData["internal_return"]["result_list"];
|
||||
console.log(this.blog_list);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user