This commit is contained in:
2022-01-16 19:19:49 -05:00
4 changed files with 5 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

+2 -2
View File
@@ -172,7 +172,7 @@ var res = null;
"post_type": "post",
"post_mime_type": "",
"comment_count": 0,
"meta_value": "2022/01/wrechboard-sample.jpg"
"meta_value": "wrechboard-sample.jpg"
},
{
"id": 33,
@@ -199,7 +199,7 @@ var res = null;
"post_type": "post",
"post_mime_type": "",
"comment_count": 0,
"meta_value": "2022/01/wrechboard-sample.jpg"
"meta_value": "wrechboard-sample.jpg"
}
];
+3 -3
View File
@@ -16,11 +16,11 @@ function UseCase() {
<div className="row">
{
UseCaseDataResult.map(i => {
var blgImg = i.meta_value != null ? "../../assets/images/" + i.meta_value : blogImg1;
var blgImg = i.meta_value != null ? "/images/" + i.meta_value : blogImg1;
console.log("AA", blgImg);
blgImg = blogImg1;
console.log("BB", blgImg);
// blgImg = blogImg1;
// console.log("BB", blgImg);
return (
<div className="col-lg-4">