呀呀呀,开始搞vue了,今天遍历数据的时候遇到固定的路径+动态的目录,然后拼接了好久,跟js的有点差别,记一下。
vue 的要用:src 哦!
<img :src="'https://www.gztaoyou.com/Public/Uploads/'+v.pic_case"/>
vue 背景图拼接
<view class="shopping-img" @click="links(item.id)" :style="'background: url('+item.goods_img+')'+ 'no-repeat center center; background-size:cover;/* object-fit: contain; contain cover*/'">