Why does no picture show no thumbnail?
蛋糕
蛋糕 2018-01-22 16:13:36
0
3
1373

<td>
   <if condition="$vo.['pic'] neq ''">
      <img src="__ROOT__{$vo.pic}"height="50">
       <else />
        无缩略图
   </if>
</td>

蛋糕
蛋糕

reply all(3)
陈总就Jq

There is no dot after vo in the if condition line

Hello World!

firebug, check if the image address obtained is correct

lge

See if the data has been obtained

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template