产品详情数据结构

参考数据链接:https://www.gdeten.com/static/common/help/product-data.html

  

      #产品图册示例
      {ul class="swiper-wrapper"}
        {li class="swiper-slide"} {img src="{$product_data.image}" alt="{$product_data.title}"}{/li}
        {notempty name="product_data.album"}
        {volist name='product_data.album' id='album_item' key="album_k"}
        {li class="swiper-slide"} {img src="{$album_item}" alt="{$product_data.title}"}{/li}
        {/volist}
        {/notempty}        
      {/ul}

      #产品标签输出示例
      {div class="maintxt-info"}
	    {h2 class="name" }{$product_data.cat_name}{/h2}
	    {h2 class="name font24" }{$product_data.title}{/h2}
	    {p class="desc"} {$product_data.content|raw} {/p}
      {/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] => 
        )