我想根据从 API 调用获得的状态加载图像。例如,如果 API 给我'1'
,我想加载1.png
. 不幸的是,我收到了上述错误。
这是我的代码
let img = info.WeatherIcon ? require(`../../img/icons/${info.WeatherIcon}.png`) : require('../../img/icons/7.png')< Image style = {{ width:120, height:120}} source = { img } />
梵蒂冈之花
相关分类