适用范围:在内容详情页使用,包括单页和列表点击后的详情页
标签作用:用于输出当前内容的相关信息
{$single.title}
{$single.content|raw}
<div class="el-next-prev">
<div class="item prev">
上一页:{empty name="single.prev"}没有了{else/}<a href="{$single.prev.url}">{$single.prev.title}</a>{/empty}
</div>
<div class="item next">
下一页:{empty name="single.next"}没有了{else/}<a href="{$single.next.url}">{$single.next.title}</a>{/empty}
</div>
</div>
// 规格
{volist name="$item.spec" id="item"}
// 规格名
{$item.title}
// 规格项
{volist name="$item.value" id="item2"}
{$item2.title}
{$item2.color}
{$item2.cover}
{$item2.type}
{/volist}
{/volist}
字段名称 | 字段类型 | 字段说明 |
id
|
int | 唯一编号 |
catalog
|
array | 所属分类 |
relation
|
array | 关联产品 |
title
|
string | 标题 |
c_title
|
string | 副标题 |
description
|
string | 简介 |
content
|
string | 内容描述 |
cover
|
string | 封面图 |
images
|
array | 图片列表 |
url
|
string | 当前链接 |
seo_title
|
string | 页面标题 |
seo_keywords
|
string | 页面关键词 |
seo_description
|
string | 页面描述 |
field
|
array | 自定义字段 |
istop
|
int | 是否置顶 |
isrecommend
|
int | 是否推荐 |
ishot
|
int | 是否热门 |
clicks | int | 点击浏览次数 |
create_time | datetime | 创建时间 |
code | string | 编码(产品内容) |
sale_price | int | 销售价(产品内容) |
line_price | int | 划线价(产品内容) |
stock | int | 库存(产品内容) |
weight | int | 重量(产品内容) |
spec | array | 规格(产品内容) |