先上代码 templet: '<div><img style="height:35px;width:35px;border-radius:50%;line-height:50px!important;" src="{{ d.photo}}"></div>'
其实就是在里面引入一个标签代码,上面的代码其实和下面的一样的效果,只是把HTML代码提出来
<script id=“img”>
、div><img style="height:35px;width:35px;border-radius:50%;line-height:50px!important;" src="{{ d.photo}}"></div>
</script>
templet: '#img',