| 插件 | CMS建站系统大众版 V4.4 |
| 应用作者 | 迅睿官方自营 |
| 发布时间 | 2022-03-01 15:30:06 |
| 更新时间 | 2026-07-20 10:42:40 |
后台产品缩略图上传了3张图片,想在前端产品详情页调取轮播图,但是不显示,前端模板show.html。
<?php $t['thumb'] = dr_arraycut($t['thumb'], 5);?>
<?php if ($t['thumb']) { $key=0;foreach ($t['thumb'] as $c) { ?>
<div class="img">
<img src="{dr_get_file($c.file)}" alt="{$t['title']}">
</div>
<?php $key++;} } ?>