您的位置:首页 > 其它

在图片的左上角加上一个图片标签

2017-04-14 11:36 681 查看
html = '';
html += '<div style="position:relative"><img src="${imageDomain}/'+data+'@200w" /><span style="position:absolute; left:0; top:1%;">';
if(row.enumLabel == '新品'){
html += '<img style="display:block;width:30%;" src="/static/image/new.png"/>';
}else if(row.enumLabel == '热门'){
html += '<img style="display:block;width:30%;" src="/static/image/hot.png"/>';
}else if(row.enumLabel == '人气商品'){
html += '<img style="display:block;width:30%;" src="/static/image/stylish.png"/>';
}
html += '</span></div>';
return html;


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐