列表字段说明
"id" => 产品id
"cat_id" => 产品分类id
"title" => 产品标题
"title_short" => 产品短标题
"cat_name" => 产品类名
"image" => 产品封面图片
"time" => 创建时间
"update_time" => 更新时间
"url" => 产品详情链接
模板标签示例
{notempty name="list"}
{volist name='list' id='item'}
{li class="col-xs-6 col-sm-3"} {a href="{$item.url}" target="_blank"}
{p class="pro-img"} {img src="{$item.image}" alt="{$item.title}"} {/p}
{p class="pro-text"}{$item.title}{/p}
{/a} {/li}
{/volist}
{else}
{div style="text-align:center; color:#999;margin:80px 0;"}暂无数据{/div}
{/notempty}
分页标签示例
{div class="pagination-box"}
{$page|raw}
{/div}
产品详情数据结构
[template_name] => 引用模板文件,没有指定则按常用的
[id] => 产品ID
[cat_id] => 产品分类ID
[cat_top_id] => 产品顶级分类ID
[cat_name] => 产品分类名称
[title] => 产品名称
[title_short] => 产品短标题
[summary] => 产品简要
[content] => 产品详情
[image] => 产品效果图
[album] => 产品图册
[time] => 产品发布时间
[url] => 产品详情链接
[video_link] => 产品视频链接
[visits_times] => 访问次数统计
[share_times] => 分享次数统计
[agree_times] => 点赞数量统计
[seo_title] => SEO标题
[seo_keywords] => SEO关键词
[seo_description] => SEO描述
[seo_banner_image] => 栏目banner图片
[seo_banner_title] => 栏目banner标题
[product_data] => Array
(
[template_name] =>
[id] => 1
[cat_id] => 65
[cat_top_id] => 45
[cat_name] => 电子万能试验机
[title] => CMT 1000 系列微机控制电子万能试验机
[title_short] => CMT 1000 系列微机控制电...
[summary] => 我爱你
[content] => 产品好,好产品
[image] => /uploads/website/image/20210108/df8d882f97b58538cc653256ee1b36a9.jpg
[album] => Array
(
[0] => /uploads/website/image/20210108/df8d882f97b58538cc653256ee1b36a9.jpg
[1] => /uploads/website/image/20210108/df8d882f97b58538cc653256ee1b36a9.jpg
[2] => /uploads/website/image/20210108/df8d882f97b58538cc653256ee1b36a9.jpg
)
[time] => 12天前
[url] => /product/details/1.html
[video_link] =>
[visits_times] => 0
[share_times] => 0
[agree_times] => 0
[seo_title] =>
[seo_keywords] =>
[seo_description] =>
[seo_banner_image] => /uploads/website/image/20210104/6ac680ed9643b756a313dec3fcca8532.jpg
[seo_banner_title] =>
)