<!--附件图片-->
      
      <#if attatList?

exists>
      <#if (attatList?size>0)>
      <tr >
      <ul style="list-style:none;">
       <#list attatList as picture>
       <li style="float:left;width:199px;"><img <#if picture?exists><#if picture.src?exists>src="${picurl}${picture.src}"</#if></#if> width="100" heigth="100"  class="input" value="${picture.src}"/><a href="javascript:deletePic('${picture.id}')" class="cheng_hx_12">删除</a></li>
       ${((picture_index+1)%3==0)?string('<br>','')}
      </#list>
      </ul>
      </td></tr>
      </#if>
</#if>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-08-10
猜你喜欢
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-12-06
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案