主题 : 关于附件上传 1.9版本
级别: 举人
UID: 138951
积分:158 加为好友
威望: 0 精华: 0
主题:21 回复:29
注册时间:2021-09-09
在线时长:0
1#   发表于:2022-03-30 10:41:17  IP:112.179.*.*
内容发布用了附件上传的组件,html怎么接收展示
级别: 总版主
UID: 10736
积分:149787 加为好友
威望: 212 精华: 42
主题:297 回复:127674
注册时间:2010-09-08
在线时长:90.1
2#   发表于:2022-03-30 10:46:37  IP:59.210.*.*
内容详情页里面附件列表获取:

 [@cms_content id=content.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.contentAttrRes??&&(tag_bean.attr.attachments.contentAttrRes)?size>0]
                              [#list tag_bean.attr.attachments.contentAttrRes 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_content]
路漫漫其修远兮,吾将上下而求索!
1 共1页