{{include file="public/header" /}}
~
{{if !empty($data)}} {{foreach $data as $v}} {{/foreach}} {{else /}} {{/if}}
编号 标题名称 销售价格(元) 上下架 首页推荐 库存数量 商品型号 品牌 更多 操作
{{$v.id}} {{$v.title}} {{$v.price}} {{if !empty($v['original_price']) and $v['original_price'] gt 0}}
原价 {{$v.original_price}} {{/if}}
{{$v.inventory}} {{$v.inventory_unit}} {{$v.model}} {{$v.brand_name}} 查看更多

详情内容

×
标题名称
{{$v.title}}
销售价格(元)
{{$v.price}} {{if !empty($v['original_price']) and $v['original_price'] gt 0}}
原价 {{$v.original_price}} {{/if}}
上下架
{{:lang('common_is_shelves_list')[$v['is_shelves']]['name']}}
库存数量
{{$v.inventory}} {{$v.inventory_unit}}
最低起购数量
{{$v.buy_min_number}} {{$v.inventory_unit}}
单次最大购买数量
{{if $v['buy_max_number'] eq 0}}不限{{else /}}{{$v.buy_max_number}} {{$v.inventory_unit}}{{/if}}
商品型号
{{$v.model}}
品牌
{{$v.brand_name}}
生产地
{{$v.place_origin_name}}
商品分类
{{$v.category_text}}
购买赠送积分
{{$v.give_integral}}
扣减库存
{{:lang('common_is_text_list')[$v['is_deduction_inventory']]['name']}}
访问次数
{{$v.access_count}}
创建时间
{{$v.add_time}}
更新时间
{{$v.upd_time}}
没有相关数据
{{if !empty($data)}} {{$page_html|raw}} {{/if}}
{{include file="public/footer" /}}