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;
转载请注明原文地址: https://ju.6miu.com/read-673567.html