Add this
<td>
<if condition="$vo['pic'] neq ''">
<img src="__ROOT__{$vo.pic}" height="50">
<else/>
No thumbnail
</if>
</td>
Why is the picture not displayed? Solve
天蓬老师2019-01-29 09:07:34
Your image provides an absolute address. There should be no "." before the directory. Delete this point and try it.