主题 : 附件 |
级别: 总版主
![]() |
2# 发表于:2021-09-29 16:37:47 IP:111.200.*.*
v9版本官方不维护了,v9附件调用可以查看之前默认的下载模板,里面有附件获取案例
|
||
---|---|---|---|
级别: 总版主
![]() |
8# 发表于:2021-09-29 17:32:48 IP:111.200.*.*
栏目下附件调用:
[@cms_channel id=channel.id] <ol style="list-style-type:decimal;font-size:12px;line-height:200%;"> <li style="border-bottom:1px dashed #dedede;margin-bottom:10px;line-height:30px;">附件列表:</li> [#if tag_bean.attr.attachments??&&tag_bean.attr.attachments.channelAttrRes??&&(tag_bean.attr.attachments.channelAttrRes)?size>0] [#list tag_bean.attr.attachments.channelAttrRes as res] <li style="list-style-type:decimal;"><a href="${res.resUrl!}">【${res.resAlias!}】</a> <span style="display:inline-block;float:right;margin-left:50px;">大小:${res.fileSize!}</span></li> [/#list] </ol>[/#if] [/@cms_channel] |
||
---|---|---|---|
1
共1页