动态绑定背景颜色和背景图片

1.背景图片

:style="{‘background-image‘ : ‘url(‘ + item.img + ‘)‘}"    //这里的item.img是数组循环出的图片
:style="‘background-image:‘ +‘url(‘+img+‘)‘"     //这里的img是data中的值

2.背景颜色

:style="{‘background‘:item.backgroundColor}"

动态绑定背景颜色和背景图片

上一篇:题解 SP220 PHRASES - Relevant Phrases of Annihilation


下一篇:基于HTML5实现的(本地存储)多标签页面元素的复制粘贴