{{include file="public/header" /}} {{if empty($goods)}} {{include file="public/not_data" /}} {{else /}}

{{$goods.title}}


{{if $goods.inventory gt 0}} {{if $goods.inventory egt $goods.buy_min_number}}
{{if !empty($goods['specifications']['choose'])}} {{foreach $goods.specifications.choose as $key=>$spec}} {{if !empty($spec['value'])}}
{{$spec.name}}
    {{foreach $spec.value as $keys=>$specs}}
  • {{if !empty($specs['images'])}} {{/if}} {{$specs.name}}
  • {{/foreach}}
{{/if}} {{/foreach}} {{/if}}
销售价
{{$currency_symbol}}{{$goods.price}} {{if !empty($goods['original_price']) and $goods['original_price'] gt 0}} {{$currency_symbol}}{{$goods.original_price}} {{/if}}
- +
库存{{$goods.inventory}}{{$goods.inventory_unit}}
{{else /}}

库存不足起购数({{$goods.inventory}}<{{$goods.buy_min_number}})

{{/if}} {{else /}}

没货了

{{/if}}
{{if empty($user) or $buy_button['is_cart'] eq 0}} {{else /}} {{/if}}
{{/if}} {{include file="public/footer" /}}