案例列表数据结构
	列表字段说明
        "id" => 案例id
        "cat_id" => 案例分类id
        "title" => 案例标题
        "title_short" => 案例短标题
        "summary" => 案例简要
        "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] => 案例分类名称
	[info] => 案例数据汇总(分类:分类一,客户名称:111,,客户行业:222)
	[title] => 案例名称
	[title_short] => 案例短标题
	[summary] =>  案例简要
	[content] => 案例详情
	[client] => 客户名称
	[industry] => 客户行业
	[link] => 案例链接
	[image] => 案例效果图
	[album] => 案例图册
	[time] => 案例发布时间
	[url] => 案例详情链接
	[visits_times] => 访问次数统计
	[share_times] => 分享次数统计
	[agree_times] => 点赞数量统计
	[seo_title] => SEO标题
	[seo_keywords] => SEO关键词
	[seo_description] => SEO描述
	[seo_banner_image] => 栏目banner图片
	[seo_banner_title] => 栏目banner标题
    
[case_data] => Array ( [template_name] => [id] => 1 [cat_id] => 65 [cat_top_id] => 45 [cat_name] => 电子万能试验机 [info] => 案例数据汇总 [title] => CMT 1000 系列微机控制电子万能试验机 [title_short] => CMT 1000 系列微机控制电... [summary] => 我爱你 [content] => 案例好,好案例 [client] => 客户名称 [industry] => 客户行业 [link] => 案例链接 [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] => /case/details/1.html [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] => )