{extend name="base"} {block name="title"}{$goods.title} - {:__get_set('set')['name']}{/block} {block name="keywords"}{$goods.tags}{/block} {block name="description"}{$goods.ribe}{/block} {block name="main"} {$goods.title} ¥{$goods.money} {if condition="$goods.max"} ≥{$goods.max}件¥{$goods.max_money} {/if} 购买数量: 查询凭证: {notempty name='$pay.is_alipay'} {if condition="$pay.is_alipay"} 支付宝支付 {/if} {/notempty} {notempty name='$pay.is_wxpay'} {if condition="$pay.is_wxpay"} 微信支付 {/if} {/notempty} {notempty name='$pay.is_qqpay'} {if condition="$pay.is_qqpay"} Q Q支付 {/if} {/notempty} 立即购买 商品详情 请知悉 {$goods.content|raw} 标签: {volist name="tag" id="v"} {$v} {/volist} 相关商品 {volist name="cai" id="vv"} {if condition="$vv.id eq $goods.id"} {php}continue;{/php} {/if} ¥{$vv.money} 库存{$vv.kucun}件 {$vv.title} {/volist} 最新发布 {volist name="newgoods" id="vv"} ¥{$vv.money} 库存{$vv.kucun}件 {$vv.title} {/volist} {/block}