{{extend name="public/module/detail" /}} {{block name="detail_data"}} {__block__}
{{$goods_nav_list.video.name}}
{{if !empty($data['video'])}} {{else /}} {{include file="public/not_data" /}} {{/if}}
{{$goods_nav_list.photo.name}}
{{if !empty($data['photo']) and is_array($data['photo'])}}
    {{foreach $data.photo as $v}}
  • {{/foreach}}
{{else /}} {{include file="public/not_data" /}} {{/if}}
{{$goods_nav_list.specifications.name}}
{{if !empty($specifications) and is_array($specifications)}}
{{foreach $specifications.type as $line_k=>$line_v}} {{/foreach}} {{foreach $specifications.value as $line_k=>$line_v}} {{foreach $line_v as $v}} {{if isset($v['data_type'])}} {{switch v.data_type}} {{case spec}} {{/case}} {{case base}} {{/case}} {{/switch}} {{/if}} {{/foreach}} {{/foreach}}
{{$line_v.name}}{{:MyLang('common_service.goods.form_spec_thead_price_title')}} {{:MyLang('common_service.goods.form_spec_thead_original_price_title')}} {{:MyLang('common_service.goods.form_spec_thead_inventory_title')}} {{:MyLang('common_service.goods.form_spec_thead_buy_min_number_title')}} {{:MyLang('common_service.goods.form_spec_thead_buy_max_number_title')}} {{:MyLang('common_service.goods.form_spec_thead_weight_title')}} {{:MyLang('common_service.goods.form_spec_thead_volume_title')}} {{:MyLang('common_service.goods.form_spec_thead_coding_title')}} {{:MyLang('common_service.goods.form_spec_thead_barcode_title')}}
{{$v.data.value}}{{if isset($v['data']['price'])}}{{$v.data.price}}{{/if}} {{if isset($v['data']['original_price']) and $v['data']['original_price'] gt 0}}{{$v.data.original_price}}{{/if}} {{if isset($v['data']['inventory'])}}{{$v.data.inventory}}{{/if}} {{if isset($v['data']['buy_min_number']) and $v['data']['buy_min_number'] gt 0}}{{$v.data.buy_min_number}}{{/if}} {{if isset($v['data']['buy_max_number']) and $v['data']['buy_max_number'] gt 0}}{{$v.data.buy_max_number}}{{/if}} {{if isset($v['data']['weight']) and $v['data']['weight'] gt 0}}{{$v.data.weight}}{{/if}} {{if isset($v['data']['volume']) and $v['data']['volume'] gt 0}}{{$v.data.volume}}{{/if}} {{if isset($v['data']['coding'])}}{{$v.data.coding}}{{/if}} {{if isset($v['data']['barcode'])}}{{$v.data.barcode}}{{/if}}
{{else /}} {{include file="public/not_data" /}} {{/if}}
{{:MyLang('common_service.goods.form_spec_images_title')}}
{{if !empty($specifications) and is_array($specifications)}}
{{else /}} {{include file="public/not_data" /}} {{/if}}
{{$goods_nav_list.parameters.name}}
{{include file="public/goodsparamstemplate/detail" /}}
{{$goods_nav_list.web.name}}
{{if !empty($data['content_web'])}}
{{$data.content_web|raw}}
{{else /}} {{include file="public/not_data" /}} {{/if}}
{{$goods_nav_list.app.name}}
{{if !empty($data['content_app']) and is_array($data['content_app'])}}
    {{foreach $data.content_app as $v}}
  • {{if !empty($v['content']) and is_array($v['content'])}}
    {{foreach $v.content as $text}}

    {{$text}}

    {{/foreach}}
    {{/if}}
  • {{/foreach}}
{{else /}} {{include file="public/not_data" /}} {{/if}}
{{$goods_nav_list.fictitious.name}}
{{if !empty($data['fictitious_goods_value'])}}
{{$data.fictitious_goods_value|raw}}
{{else /}} {{include file="public/not_data" /}} {{/if}}
{{include file="lib/seo_data" /}} {{/block}}