我有个简单的问题,希望你能帮忙:
<div>
<figure :style="{ 'background': 'url(' + item.main_featured + ') center no-repeat' }">
</div>
如果来自 API 的 URL 未定义,我希望样式属性“ backing”返回颜色
例如:
如果 item.Features _ photo 不为 null:
<figure style="background: url('localhost:6969/image.img') center no-repeat">
如果 item.Features _ photo 为 null:
<figure style="background: #FFF">