iT邦幫忙

2023 iThome 鐵人賽

DAY 23
0
自我挑戰組

中年大叔(40+)前端自學筆記系列 第 23

DAY23 - 從cms的資料庫撈資料到前端 2

  • 分享至 

  • xImage
  •  

缺少圖片


重點 把圖片 顯示在網頁上

const CMD_URL = "http://localhost:1337";


const url =
        `${CMD_URL}/api/reviews` +
        "?" + ...以下省略

 return data.map(({ attributes }) => ({
        slug: attributes.slug,
        title: attributes.title,
        date: attributes.publishedAt.![https://ithelp.ithome.com.tw/upload/images/20231008/20093588wDeAu4ZOkz.png](https://ithelp.ithome.com.tw/upload/images/20231008/20093588wDeAu4ZOkz.png)slice(0, "yyy-mm-dd".length),
        image: CMD_URL + attributes.image.data.attributes.url,
    }));

圖片可以正常顯示


大叔的鐵人賽第二十三天結束 :)


上一篇
DAY22 - 從cms的資料庫撈資料到前端 1
下一篇
DAY24 - 從cms的資料庫撈資料到前端 3
系列文
中年大叔(40+)前端自學筆記30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言